|
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="@string/list"
|
|
|
|
|
android:text="@string/compact"
|
|
|
|
|
app:icon="@drawable/ic_list" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="@string/detailed_list"
|
|
|
|
|
android:text="@string/details"
|
|
|
|
|
app:icon="@drawable/ic_list_detailed" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
|