| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | <include android:id="@+id/tb" layout="@layout/toolbar"/> |
| | | |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | android:layout_width="104dp" |
| | | android:layout_height="104dp" |
| | | android:src="@drawable/home_circle" |
| | | app:civ_fill_color="#2B3140" |
| | | app:civ_border_width="10dp" |
| | | android:layout_centerInParent="true" |
| | | |
| | | /> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_below="@+id/tb" |
| | | android:orientation="horizontal" |
| | | android:gravity="center" |
| | | android:background="@color/home_bg_color"> |
| | | android:visibility="gone" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="100dp" |
| | | android:layout_height="100dp" |
| | |
| | | android:orientation="vertical"> |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | style="@style/home_fragment_icon" |
| | | app:civ_fill_color="@android:color/white" |
| | | app:civ_border_width="15dp" |
| | | app:civ_border_color="@android:color/white" |
| | | |
| | | android:src="@drawable/vehicle_network" |
| | | /> |
| | |
| | | android:layout_weight="1" |
| | | android:id="@+id/car_train" |
| | | android:orientation="vertical"> |
| | | |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | |
| | | app:civ_fill_color="@android:color/white" |
| | | app:civ_border_width="15dp" |
| | | app:civ_border_color="@android:color/white" |
| | | android:src="@drawable/wheel" |
| | | style="@style/home_fragment_icon"/> |
| | | style="@style/home_fragment_icon" |
| | | android:src="@drawable/wheel" /> |
| | | |
| | | <TextView |
| | | style="@style/home_fragment_text_sub" |
| | | android:text="@string/vehicle_train" |
| | |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | app:civ_fill_color="@android:color/white" |
| | | app:civ_border_width="15dp" |
| | | app:civ_border_color="@android:color/white" |
| | | android:src="@drawable/setting" |
| | | style="@style/home_fragment_icon"/> |
| | | <TextView |
| | |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | app:civ_fill_color="@android:color/white" |
| | | app:civ_border_width="15dp" |
| | | app:civ_border_color="@android:color/white" |
| | | android:src="@drawable/exit" |
| | | style="@style/home_fragment_icon"/> |
| | | <TextView |