| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/home_login_language_ll" |
| | | android:layout_width="@dimen/dp_140" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginTop="@dimen/dp_60" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/home_login_language_tv" |
| | | android:layout_width="@dimen/dp_58" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@drawable/language_pull_down" |
| | | android:text="@string/home_login_chinese" |
| | | android:textColor="@color/text_FF000000" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | |
| | | <ImageView |
| | | android:id="@+id/home_login_down_iv" |
| | | android:layout_width="11dp" |
| | | android:layout_height="7dp" |
| | | android:layout_marginStart="@dimen/dp_4" |
| | | android:src="@drawable/language_pull_down" /> |
| | | </LinearLayout> |
| | | |