15 lines
546 B
XML
15 lines
546 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_traffic"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:src="@mipmap/icon_traffic_close_night"
|
|
android:padding="10dp"
|
|
android:background="@drawable/btn_selecter_night"/>
|
|
</LinearLayout> |