|
@@ -85,12 +85,16 @@
|
|
|
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
+ <com.google.android.material.divider.MaterialDivider
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
|
+
|
|
<Button
|
|
<Button
|
|
android:id="@+id/track_btn"
|
|
android:id="@+id/track_btn"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="16dp"
|
|
android:layout_marginHorizontal="16dp"
|
|
- android:layout_marginVertical="4dp"
|
|
|
|
|
|
+ android:layout_marginVertical="8dp"
|
|
android:text="@string/action_track"
|
|
android:text="@string/action_track"
|
|
android:enabled="false" />
|
|
android:enabled="false" />
|
|
|
|
|