Merge "Fixed bugreport share dialog padding." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
699e1bc74b
@@ -18,10 +18,10 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingEnd="16dip"
|
||||
android:paddingTop="8dip"
|
||||
android:paddingBottom="16dip"
|
||||
android:paddingStart="24dip"
|
||||
android:paddingEnd="24dip"
|
||||
android:paddingTop="24dip"
|
||||
android:paddingBottom="8dip"
|
||||
android:orientation="vertical"
|
||||
android:keepScreenOn="true">
|
||||
<ScrollView
|
||||
|
||||
Reference in New Issue
Block a user