am 515a8406: am 59ca7dd0: am 846362fa: Merge "Use \'dp\' paddings instead of \'mm\' for VPN dialogs" into mnc-dev

* commit '515a8406aa649fb5ea63a79f697eb04afadf4a3d':
  Use 'dp' paddings instead of 'mm' for VPN dialogs
This commit is contained in:
Robin Lee
2015-07-07 23:56:47 +00:00
committed by Android Git Automerger
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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">