mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
close #455
This commit is contained in:
parent
f3d6566332
commit
4e7861ba74
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user