Merge "Use 'dp' paddings instead of 'mm' for VPN dialogs" into mnc-dev
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="4mm"
|
||||
android:paddingLeft="3mm"
|
||||
android:paddingRight="3mm"
|
||||
android:paddingBottom="4mm"/>
|
||||
android:paddingTop="16dp"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="24dp"
|
||||
android:paddingBottom="8dp"/>
|
||||
</ScrollView>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="3mm"
|
||||
android:padding="24dp"
|
||||
android:stretchColumns="0,1"
|
||||
android:shrinkColumns="1">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user