|
|
|
|
@ -28,64 +28,91 @@ |
|
|
|
|
android:id="@+id/replayer" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/controls" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottomBar" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/appBar" /> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/controls" |
|
|
|
|
<androidx.appcompat.widget.Toolbar |
|
|
|
|
android:id="@+id/bottomBar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:background="@color/kaki_medium" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:layout_height="?attr/actionBarSize" |
|
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:background="?attr/colorPrimary" |
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent"> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/previous_hand" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/controls" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp" |
|
|
|
|
/> |
|
|
|
|
android:gravity="center" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent"> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/next_hand" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/previous_hand" |
|
|
|
|
android:src="@drawable/ic_skip_previous_white" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/previous_action" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/next_hand" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:src="@drawable/ic_skip_next_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/next_action" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/play_pause" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:src="@drawable/ic_play_arrow" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/speed" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:layout_width="64dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/previous_action" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:src="@drawable/ic_fast_rewind_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
<ImageButton |
|
|
|
|
android:id="@+id/next_action" |
|
|
|
|
style="@style/PokerAnalyticsTheme.TransparentButton" |
|
|
|
|
android:src="@drawable/ic_fast_forward_white" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.Toolbar> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/play_pause" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
android:id="@+id/speed" |
|
|
|
|
android:layout_width="50dp" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |