|
|
|
|
@ -57,14 +57,14 @@ |
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/previous_hand" |
|
|
|
|
android:src="@drawable/ic_skip_previous_white" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/next_hand" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:src="@drawable/ic_skip_next_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/play_pause" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:src="@drawable/ic_play_arrow" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
@ -80,14 +80,14 @@ |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/speed" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:layout_width="68dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/previous_action" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:src="@drawable/ic_fast_rewind_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
@ -95,7 +95,7 @@ |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/next_action" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:src="@drawable/ic_fast_forward_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/settings" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
|