sm8150-common: DeviceSettings: Hide start margin of seek bar preference
Also fix layout of preference Change-Id: I5758f3f76750d2e817bee003c616384eb575e154 Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com> Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>
This commit is contained in:
parent
f3c0281b44
commit
c4f611099a
|
@ -23,13 +23,13 @@
|
|||
android:orientation="horizontal" >
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/icon_container"
|
||||
android:id="@android:id/icon_frame"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="56dp"
|
||||
android:layout_marginStart="-4dp"
|
||||
android:minWidth="60dp"
|
||||
android:gravity="start|center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:clipToPadding="false"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingBottom="4dp">
|
||||
|
@ -51,7 +51,6 @@
|
|||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="6dip"
|
||||
android:layout_marginTop="10dip"
|
||||
android:layout_marginBottom="6dip" >
|
||||
|
||||
|
@ -79,8 +78,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginStart="10dip"
|
||||
android:layout_marginEnd="6dip"
|
||||
android:layout_marginTop="5dip"
|
||||
android:layout_marginBottom="10dip">
|
||||
|
||||
|
|
Loading…
Reference in New Issue