mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-01 20:34:30 +00:00
Improve switch alignment for layout list (#431)
This commit is contained in:
parent
bf05980349
commit
675fc08b83
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@
|
|||
android:layout_height="wrap_content" />
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" >
|
||||
android:layout_height="match_parent" >
|
||||
<Switch
|
||||
android:id="@+id/language_switch"
|
||||
android:padding="6dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="match_parent" />
|
||||
<TextView
|
||||
android:id="@+id/blocker"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Add table
Reference in a new issue