Weather/res/layout/topic_menu.xml
2021-05-10 10:13:34 +02:00

8 lines
933 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center|right" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/fl_setting_more_layout" android:clickable="false" android:layout_width="45.0dip" android:layout_height="45.0dip" android:layout_marginRight="6.0dip">
<ImageView android:id="@id/iv_voice_setting_more_selection" android:background="@drawable/common_more_selector" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="fitXY" />
<FrameLayout android:id="@id/fl_voice_setting_more_selection" android:background="@drawable/menu_click_selector" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>
</LinearLayout>