74 lines
2.6 KiB
XML
74 lines
2.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
id="@+id/more_option_container_relative_layout"
|
||
|
background="@drawable/ripple_purple_white_bg"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/list_layout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="55dp">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/more_option_image_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="0.1"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="24dp"/>
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/more_option_title_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="24dp"
|
||
|
style="@style/2132017851"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
paddingTop="4dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/ic_arrow_8"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="22dp"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/more_option_divider_view"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_below="@+id/list_layout"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<View
|
||
|
id="@+id/more_option_full_divider_view"
|
||
|
background="#eae7ec"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_below="@+id/list_layout"/>
|
||
|
<TextView
|
||
|
id="@+id/app_version"
|
||
|
background="#f5f3f6"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="8dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/app_version"
|
||
|
layout_below="@+id/more_option_full_divider_view"
|
||
|
paddingStart="24dp"
|
||
|
paddingEnd="24dp"
|
||
|
fontPath="fonts/PSL001Pro.ttf"
|
||
|
style="@style/2132017677"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|