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

Commit c2c7de6a authored by Frank Sposaro's avatar Frank Sposaro Committed by Android (Google) Code Review
Browse files

Merge "Removed fading edges."

parents 29af51a9 3d5c5de0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
        <ListView android:id="@android:id/list"
            android:layout_width="0dip"
            android:layout_height="match_parent"
            android:fadingEdge="none"
            android:layout_weight="1"
            android:divider="@null"/>

+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/background_social_updates"
    android:fadingEdge="none"
    android:divider="@null"/>
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
        android:layout_weight="1"
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:fadingEdge="none"
        android:cacheColorHint="#00000000"
        android:divider="@null"
    />
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/background_social_updates"
        android:fadingEdge="none"
        android:divider="@null"/>

    <View
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:fadingEdge="none"
        ex:layout_wideParentWidth="800dip"
        ex:layout_wideMarginLeft="128dip"
        ex:layout_wideMarginRight="128dip"
Loading