mirror of
https://github.com/accelforce/Yuito
synced 2024-12-30 17:47:23 +01:00
Fix indentation
This commit is contained in:
parent
9c1b6a8955
commit
515120b749
@ -46,32 +46,32 @@
|
||||
android:textColor="?android:textColorTertiary"
|
||||
app:buttonTint="@color/compound_button_color" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/unleakableRadioButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_weight="1"
|
||||
android:button="@drawable/ic_reblog_unleakable_24dp"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:text="@string/visibility_unleakable"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
app:buttonTint="@color/compound_button_color"
|
||||
android:visibility="gone" />
|
||||
<RadioButton
|
||||
android:id="@+id/unleakableRadioButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_weight="1"
|
||||
android:button="@drawable/ic_reblog_unleakable_24dp"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:text="@string/visibility_unleakable"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
android:visibility="gone"
|
||||
app:buttonTint="@color/compound_button_color" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/directRadioButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_weight="1"
|
||||
android:button="@drawable/ic_email_24dp"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:text="@string/visibility_direct"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
app:buttonTint="@color/compound_button_color" />
|
||||
<RadioButton
|
||||
android:id="@+id/directRadioButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_weight="1"
|
||||
android:button="@drawable/ic_email_24dp"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:text="@string/visibility_direct"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
app:buttonTint="@color/compound_button_color" />
|
||||
|
||||
</merge>
|
||||
</merge>
|
||||
|
Loading…
Reference in New Issue
Block a user