| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical"> |
| | | |
| | | <com.basic.security.widget.MyTextView |
| | | android:id="@+id/face_title_top" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" /> |
| | | <com.basic.security.widget.MyTextView |
| | | android:id="@+id/face_title" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_horizontal" |
| | | android:paddingBottom="@dimen/h8" |
| | | android:layout_gravity="center_horizontal|bottom" |
| | | android:text="" |
| | | android:textSize="@dimen/h28" /> |
| | | |