|
|
|
@ -60,8 +60,8 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp" |
|
|
|
android:layout_marginEnd="2dp" |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
@ -70,8 +70,8 @@ |
|
|
|
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="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/play_pause" |
|
|
|
android:id="@+id/play_pause" |
|
|
|
@ -79,16 +79,16 @@ |
|
|
|
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="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
<Button |
|
|
|
android:id="@+id/speed" |
|
|
|
android:id="@+id/speed" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
style="@style/PokerAnalyticsTheme.ToolbarButton" |
|
|
|
android:layout_width="68dp" |
|
|
|
android:layout_width="68dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/previous_action" |
|
|
|
android:id="@+id/previous_action" |
|
|
|
@ -96,8 +96,8 @@ |
|
|
|
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="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
<ImageButton |
|
|
|
android:id="@+id/next_action" |
|
|
|
android:id="@+id/next_action" |
|
|
|
@ -105,8 +105,8 @@ |
|
|
|
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="4dp" |
|
|
|
android:layout_marginStart="2dp" |
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
android:layout_marginEnd="2dp"/> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|