tmap/res/layout/setting_traffic_light_footer.xml
2022-06-10 21:38:30 +09:00

8 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="@drawable/white_gradation" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_20dp" />
<FrameLayout android:background="@color/white_color" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textSize="@dimen/tmap_17dp" android:textColor="@color/white_color" android:gravity="center" android:id="@id/btn_car_management" android:background="@drawable/navi_blue_button_selector" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_52dp" android:layout_marginLeft="@dimen/tmap_20dp" android:layout_marginRight="@dimen/tmap_20dp" android:layout_marginBottom="@dimen/tmap_20dp" android:text="@string/tmap_traffic_light_setting_footer_text" android:layout_centerInParent="true" android:lineSpacingExtra="7.0sp" android:fontFamily="@font/skp_go_mm" />
</FrameLayout>
</LinearLayout>