|
|
@ -17,13 +17,15 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical" |
|
|
|
app:layout_constraintGuide_percent="0.4" /> |
|
|
|
app:layout_constraintGuide_percent="0.32" /> |
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/label_layout" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/layout_style" |
|
|
|
app:layout_constraintBottom_toBottomOf="@id/layout_toggle" |
|
|
@ -73,6 +75,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/column_count" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
@ -113,6 +117,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/show_names" |
|
|
|
app:layout_constraintBottom_toBottomOf="@id/show_names_toggle" |
|
|
@ -125,7 +131,6 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:checked="true" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/show_avatar_toggle" |
|
|
|
app:layout_constraintStart_toEndOf="@id/guideline" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/col_count_toggle" |
|
|
@ -138,6 +143,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/show_avatars" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
@ -162,6 +169,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/avatar_size" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
@ -209,6 +218,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/corners" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
@ -249,6 +260,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/show_grid_gap" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
@ -273,6 +286,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="@string/disable_animation" |
|
|
|
android:layout_gravity="right" |
|
|
|