|
|
|
@ -57,71 +57,60 @@ |
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/previous_hand" |
|
|
|
android:id="@+id/previous_hand" |
|
|
|
android:src="@drawable/ic_skip_previous_white" |
|
|
|
android:src="@drawable/ic_skip_previous_white" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="2dp" |
|
|
|
|
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/next_hand" |
|
|
|
android:id="@+id/next_hand" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:src="@drawable/ic_skip_next_white" |
|
|
|
android:src="@drawable/ic_skip_next_white" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/play_pause" |
|
|
|
android:id="@+id/play_pause" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:src="@drawable/ic_play_arrow" |
|
|
|
android:src="@drawable/ic_play_arrow" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
<Button |
|
|
|
android:id="@+id/speed" |
|
|
|
android:id="@+id/speed" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:layout_width="68dp" |
|
|
|
android:layout_width="68dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/previous_action" |
|
|
|
android:id="@+id/previous_action" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:src="@drawable/ic_fast_rewind_white" |
|
|
|
android:src="@drawable/ic_fast_rewind_white" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/next_action" |
|
|
|
android:id="@+id/next_action" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:src="@drawable/ic_fast_forward_white" |
|
|
|
android:src="@drawable/ic_fast_forward_white" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/settings" |
|
|
|
android:id="@+id/settings" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.Toolbar> |
|
|
|
</androidx.appcompat.widget.Toolbar> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |