update view
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/mis_global_white_12">
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@android:color/white"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
||||
|
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 963 B |
|
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 626 B After Width: | Height: | Size: 875 B |
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@color/mis_global_white_12" android:state_pressed="true"/>
|
||||
</selector>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@color/mis_global_white_12" android:state_pressed="true"/>
|
||||
</selector>
|
||||
|
|
@ -1,46 +1,45 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<GridView
|
||||
android:id="@+id/grid"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:horizontalSpacing="@dimen/mis_space_size"
|
||||
android:verticalSpacing="@dimen/mis_space_size"
|
||||
android:paddingBottom="?android:attr/actionBarSize"
|
||||
android:clipToPadding="false"
|
||||
android:columnWidth="@dimen/mis_image_size"
|
||||
android:horizontalSpacing="@dimen/mis_space_size"
|
||||
android:numColumns="auto_fit"
|
||||
android:columnWidth="@dimen/mis_image_size"/>
|
||||
android:paddingBottom="?android:attr/actionBarSize"
|
||||
android:verticalSpacing="@dimen/mis_space_size"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:clickable="true"
|
||||
android:id="@+id/footer"
|
||||
android:background="#cc000000"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?android:attr/actionBarSize">
|
||||
android:layout_height="?android:attr/actionBarSize"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="#cc000000"
|
||||
android:clickable="true">
|
||||
|
||||
<Button
|
||||
android:id="@+id/category_btn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@null"
|
||||
android:drawablePadding="5dp"
|
||||
android:drawableRight="@drawable/mis_text_indicator"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:textColor="@color/mis_folder_text_color"
|
||||
tools:text="所有图片"
|
||||
android:textSize="16sp"
|
||||
android:gravity="center_vertical"
|
||||
android:drawableRight="@drawable/mis_text_indicator"
|
||||
android:drawablePadding="5dp"
|
||||
android:background="@null"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:textAllCaps="false"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent" />
|
||||
android:textColor="#cfcfcf"
|
||||
android:textSize="16sp"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -1,17 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<me.nereo.multi_image_selector.view.SquareFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:background="#343535"
|
||||
android:layout_width="match_parent" android:layout_height="match_parent">
|
||||
<me.nereo.multi_image_selector.view.SquareFrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#343535">
|
||||
|
||||
<TextView
|
||||
android:drawableTop="@drawable/mis_photo_icon"
|
||||
android:drawablePadding="10dp"
|
||||
android:layout_gravity="center"
|
||||
android:text="@string/mis_tip_take_photo"
|
||||
android:textSize="14sp"
|
||||
android:textColor="#fff"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:drawablePadding="10dp"
|
||||
android:drawableTop="@drawable/mis_photo_icon"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="@string/mis_tip_take_photo"
|
||||
android:textColor="#fff"
|
||||
android:textSize="14sp"/>
|
||||
|
||||
</me.nereo.multi_image_selector.view.SquareFrameLayout>
|
||||
|
|
@ -1,11 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="mis_actionbar_color">#21282C</color>
|
||||
<color name="mis_global_main_gray">#e8e8e8</color>
|
||||
<color name="mis_global_main_dark_gray">#333</color>
|
||||
<color name="mis_global_black_12">#1e000000</color>
|
||||
<color name="mis_global_white_12">#1effffff</color>
|
||||
<color name="mis_global_main_dark_blue">#205090</color>
|
||||
|
||||
|
||||
<color name="mis_camera_item_background">#343535</color>
|
||||
|
||||
</resources>
|
||||