Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 699e1bc7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed bugreport share dialog padding." into nyc-mr1-dev

parents 121480cd e26cc5d5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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