diff options
Diffstat (limited to 'res/layout/bluetooth_connection_access.xml')
-rw-r--r-- | res/layout/bluetooth_connection_access.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/bluetooth_connection_access.xml b/res/layout/bluetooth_connection_access.xml index 1e74162..7f42177 100644 --- a/res/layout/bluetooth_connection_access.xml +++ b/res/layout/bluetooth_connection_access.xml @@ -31,8 +31,8 @@ android:id="@+id/message" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20dip" - android:layout_marginRight="20dip" + android:layout_marginStart="20dip" + android:layout_marginEnd="20dip" android:gravity="center_horizontal" android:textAppearance="?android:attr/textAppearanceMedium" /> </LinearLayout> |