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

Commit e26cc5d5 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed bugreport share dialog padding.

Change-Id: Id7848770c6410eda7b6272acb981ef5c3afbeaec
Fixes: 30055508
parent 2c5da666
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