| | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="30dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:id="@+id/home_newCard" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="新卡开户" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_add" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:text="新卡开户" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/home_recharge" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="充值" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_recharge" /> |
| | | |
| | | <TextView |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="充值" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/home_redCard" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="读取卡片" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_read" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:text="读取卡片" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="30dp" |
| | | |
| | | android:layout_marginTop="40dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:id="@+id/home_loss" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="挂失" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_report" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="挂失" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_reportLoss" |
| | |
| | | android:textSize="@dimen/home_text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:id="@+id/home_replacement" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="补卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_replacementWrite" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="泵未关写卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_replacement" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="补卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="30dp" |
| | | android:layout_marginTop="40dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:id="@+id/home_admin" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="管理系统" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_system" /> |
| | | |
| | | <TextView |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="管理系统" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/home_parameter" |
| | |
| | | android:textSize="@dimen/home_text_size" |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:id="@+id/home_my" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="个人中心" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="70dp" |
| | | android:layout_height="70dp" |
| | | android:src="@drawable/home_my" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:text="个人中心" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | |