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

Commit a3e69af0 authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Contact editor assets and redlines

Change-Id: I08c11dce7f07155a919fec9989587af5f11a3220
parent 37bddc2f
Loading
Loading
Loading
Loading
+325 B
Loading image diff...
+304 B
Loading image diff...
+361 B
Loading image diff...
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="-4dip"
    android:orientation="vertical">

    <LinearLayout
+3 −2
Original line number Diff line number Diff line
@@ -21,9 +21,10 @@
    android:id="@+id/date_view"
    style="?android:attr/spinnerStyle"
    android:layout_width="0dip"
    android:layout_height="wrap_content"
    android:layout_height="@dimen/editor_min_line_item_height"
    android:layout_weight="1"
    android:gravity="center_vertical"
    android:layout_marginLeft="@dimen/editor_field_left_padding"
    android:layout_marginRight="@dimen/editor_field_right_padding"
    android:textAppearance="?android:attr/textAppearanceMedium"
    android:paddingLeft="16dip" />
 No newline at end of file
    android:paddingLeft="12dip" />
 No newline at end of file
Loading