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

Commit 09dbae36 authored by Wesley.CW Wang's avatar Wesley.CW Wang
Browse files

Refine Style/Grid picker recyclerview layout

 - Fix recyclerview's items not center aligned issue
 Before:
 https://screenshot.googleplex.com/7L8Q9hFDdeL.png
 https://screenshot.googleplex.com/ih5Ad7vxAeS.png
 After:
 https://screenshot.googleplex.com/8JFtHwvjy7s.png
 https://screenshot.googleplex.com/M9vjZrwdOik.png

 Bug: 160753361
 Test: manually, please check the screenshots

Change-Id: Icc277713571abda8d4537a8e6c09689445aba61c
parent b639611a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingRight="2dp"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"
    android:clipChildren="false"
    android:clipToPadding="false"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
     limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingHorizontal="@dimen/option_padding_horizontal"
    android:paddingBottom="@dimen/option_bottom_margin"