parent
8d03085242
commit
09ca03ccfe
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 37 KiB |
@ -1,44 +1,64 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:tools="http://schemas.android.com/tools" |
android:orientation="vertical" |
||||||
android:orientation="vertical" |
android:layout_width="match_parent" |
||||||
android:layout_width="match_parent" |
android:layout_height="match_parent"> |
||||||
|
|
||||||
android:layout_height="match_parent"> |
<LinearLayout |
||||||
<LinearLayout android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:orientation="horizontal" |
android:orientation="horizontal" |
||||||
android:layout_height="wrap_content"> |
android:layout_height="wrap_content"> |
||||||
<Button android:layout_width="0dp" android:layout_height="wrap_content" |
|
||||||
|
<Button |
||||||
|
android:layout_width="0dp" |
||||||
|
android:layout_height="wrap_content" |
||||||
android:layout_weight="1" |
android:layout_weight="1" |
||||||
android:textSize="16sp" |
android:textSize="16sp" |
||||||
android:id="@+id/bt_sc_assets" |
android:id="@+id/bt_sc_assets" |
||||||
android:gravity="center" |
android:gravity="center" |
||||||
android:layout_gravity="center" |
android:layout_gravity="center" |
||||||
android:padding="20dp" |
android:padding="20dp" |
||||||
android:text="@string/str_bt1"/> |
android:text="@string/str_bt1" /> |
||||||
<Button android:layout_width="0dp" android:layout_height="wrap_content" |
|
||||||
|
<Button |
||||||
|
android:layout_width="0dp" |
||||||
|
android:layout_height="wrap_content" |
||||||
android:layout_weight="1" |
android:layout_weight="1" |
||||||
android:textSize="16sp" |
android:textSize="16sp" |
||||||
android:id="@+id/bt_sc_from_other" |
android:id="@+id/bt_sc_from_other" |
||||||
android:gravity="center" |
android:gravity="center" |
||||||
android:layout_gravity="center" |
android:layout_gravity="center" |
||||||
android:padding="20dp" |
android:padding="20dp" |
||||||
android:text="从相册选取"/> |
android:text="从相册选取" /> |
||||||
</LinearLayout> |
</LinearLayout> |
||||||
<TextView android:layout_width="match_parent" android:layout_height="wrap_content" |
|
||||||
android:gravity="center" |
|
||||||
android:id="@+id/tv_version" |
|
||||||
android:textSize="15sp" |
|
||||||
android:textColor="@color/blue" |
|
||||||
android:padding="5dp" |
|
||||||
android:text="版本号:"/> |
|
||||||
|
|
||||||
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" |
<TextView |
||||||
android:text="sfw:适宜在公共场所浏览,nsfw:不适宜在公共场所浏览,两者都是0-1中间的浮点型值,nsfw数值越大表示色情程度越高,sfw反之" |
android:layout_width="match_parent" |
||||||
android:padding="15dp" |
android:layout_height="wrap_content" |
||||||
android:textSize="14sp"/> |
android:gravity="center" |
||||||
|
android:id="@+id/tv_version" |
||||||
|
android:textSize="15sp" |
||||||
|
android:textColor="@color/blue" |
||||||
|
android:padding="5dp" |
||||||
|
android:text="版本号:" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:layout_width="wrap_content" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:text="sfw:适宜在公共场所浏览,nsfw:不适宜在公共场所浏览,两者都是0-1中间的浮点型值,nsfw数值越大表示色情程度越高,sfw反之" |
||||||
|
android:padding="15dp" |
||||||
|
android:textSize="14sp" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:layout_width="wrap_content" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:text="所有图片均来源百度,如有侵权请联系我删除。大尺度图片请自行google来测试" |
||||||
|
android:textColor="#FF0404" |
||||||
|
android:padding="15dp" |
||||||
|
android:textSize="12sp" /> |
||||||
|
|
||||||
<android.support.v7.widget.RecyclerView |
<android.support.v7.widget.RecyclerView |
||||||
android:id="@+id/rv" |
android:id="@+id/rv" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content"/> |
android:layout_height="wrap_content" /> |
||||||
</LinearLayout> |
</LinearLayout> |
Loading…
Reference in new issue