mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-04 03:10:58 +02:00
DroidFish: Swapped ok/cancel buttons in views for consistency with Android dialogs.
This commit is contained in:
parent
e8d1ef5dd6
commit
d945a2bc5e
DroidFish
res
src/org/petero/droidfish
@ -27,16 +27,16 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
<Button
|
||||||
android:text="Cancel"
|
android:text="Ok"
|
||||||
android:id="@+id/eb_cancel"
|
android:id="@+id/eb_ok"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
android:text="Ok"
|
android:text="Cancel"
|
||||||
android:id="@+id/eb_ok"
|
android:id="@+id/eb_cancel"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -27,13 +27,6 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
|
||||||
android:id="@+id/create_pgn_cancel"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:text="Cancel">
|
|
||||||
</Button>
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/create_pgn_ok"
|
android:id="@+id/create_pgn_ok"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -41,5 +34,12 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Ok">
|
android:text="Ok">
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/create_pgn_cancel"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:text="Cancel">
|
||||||
|
</Button>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -85,13 +85,6 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
|
||||||
android:id="@+id/ed_comments_cancel"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:text="Cancel">
|
|
||||||
</Button>
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/ed_comments_ok"
|
android:id="@+id/ed_comments_ok"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -99,6 +92,13 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Ok">
|
android:text="Ok">
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/ed_comments_cancel"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:text="Cancel">
|
||||||
|
</Button>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -105,13 +105,6 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
|
||||||
android:id="@+id/ed_header_cancel"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:text="Cancel">
|
|
||||||
</Button>
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/ed_header_ok"
|
android:id="@+id/ed_header_ok"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -119,6 +112,13 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Ok">
|
android:text="Ok">
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/ed_header_cancel"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:text="Cancel">
|
||||||
|
</Button>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -23,16 +23,16 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<Button
|
<Button
|
||||||
android:text="Cancel"
|
android:text="Ok"
|
||||||
android:id="@+id/eb_cancel"
|
android:id="@+id/eb_ok"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
android:text="Ok"
|
android:text="Cancel"
|
||||||
android:id="@+id/eb_ok"
|
android:id="@+id/eb_cancel"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -102,6 +102,9 @@ public class ChessBoard extends View {
|
|||||||
moveMarkPaint.add(p);
|
moveMarkPaint.add(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isInEditMode())
|
||||||
|
return;
|
||||||
|
|
||||||
Typeface chessFont = Typeface.createFromAsset(getContext().getAssets(), "ChessCases.ttf");
|
Typeface chessFont = Typeface.createFromAsset(getContext().getAssets(), "ChessCases.ttf");
|
||||||
whitePiecePaint.setTypeface(chessFont);
|
whitePiecePaint.setTypeface(chessFont);
|
||||||
blackPiecePaint.setTypeface(chessFont);
|
blackPiecePaint.setTypeface(chessFont);
|
||||||
@ -353,6 +356,8 @@ public class ChessBoard extends View {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDraw(Canvas canvas) {
|
protected void onDraw(Canvas canvas) {
|
||||||
|
if (isInEditMode())
|
||||||
|
return;
|
||||||
// long t0 = System.currentTimeMillis();
|
// long t0 = System.currentTimeMillis();
|
||||||
boolean animActive = anim.updateState();
|
boolean animActive = anim.updateState();
|
||||||
final int width = getWidth();
|
final int width = getWidth();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user