Commit 626596cb by sikang

clear resources

parent 0bcafbc0
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/oliveapp_liveness_finish_button" android:state_pressed="false"/> <item android:drawable="@mipmap/oliveapp_liveness_return" android:state_pressed="false"/>
<item android:drawable="@mipmap/oliveapp_liveness_finish_button_click" android:state_pressed="true"/> <item android:drawable="@mipmap/oliveapp_liveness_return" android:state_pressed="true"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/oliveapp_liveness_finish_tablet" android:state_pressed="false"/>
<item android:drawable="@mipmap/oliveapp_liveness_finish_click_tablet" android:state_pressed="true"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/oliveapp_liveness_finish_retry" android:state_pressed="false"/> <item android:drawable="@mipmap/oliveapp_liveness_return" android:state_pressed="false"/>
<item android:drawable="@mipmap/oliveapp_liveness_finish_retry_click" android:state_pressed="true"/> <item android:drawable="@mipmap/oliveapp_liveness_return" android:state_pressed="true"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/oliveapp_liveness_finish_retry_tablet" android:state_pressed="false"/>
<item android:drawable="@mipmap/oliveapp_liveness_finish_retry_click_tablet" android:state_pressed="true"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@mipmap/oliveapp_liveness_return_click"/> <item android:state_pressed="true" android:drawable="@mipmap/oliveapp_liveness_return"/>
<item android:state_pressed="false" android:drawable="@mipmap/oliveapp_liveness_return"/> <item android:state_pressed="false" android:drawable="@mipmap/oliveapp_liveness_return"/>
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@mipmap/oliveapp_liveness_finish_return_click_tablet"/>
<item android:state_pressed="false" android:drawable="@mipmap/oliveapp_liveness_finish_return_tablet"/>
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false" android:drawable="@mipmap/oliveapp_start_normal"/>
<item android:state_pressed="true" android:drawable="@mipmap/oliveapp_start_click"/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false" android:drawable="@mipmap/oliveapp_start_tablet"/>
<item android:state_pressed="true" android:drawable="@mipmap/oliveapp_start_click_tablet"/>
</selector>
\ No newline at end of file
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:src="@mipmap/oliveapp_liveness_finish_fail"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginTopPercent="13.5%" app:layout_marginTopPercent="13.5%"
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
<Button <Button
android:id="@+id/oliveapp_liveness_result_retry" android:id="@+id/oliveapp_liveness_result_retry"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="@drawable/oliveapp_liveness_finish_retry_tablet_selector"
app:layout_marginBottomPercent="10.8%" app:layout_marginBottomPercent="10.8%"
app:layout_marginLeftPercent="15%" app:layout_marginLeftPercent="15%"
app:layout_widthPercent="31%" app:layout_widthPercent="31%"
...@@ -43,7 +41,6 @@ ...@@ -43,7 +41,6 @@
android:id="@+id/oliveapp_liveness_result_return" android:id="@+id/oliveapp_liveness_result_return"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@drawable/oliveapp_liveness_finish_return_tablet_selector"
app:layout_marginBottomPercent="10.8%" app:layout_marginBottomPercent="10.8%"
app:layout_marginRightPercent="15%" app:layout_marginRightPercent="15%"
app:layout_widthPercent="31%" app:layout_widthPercent="31%"
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
android:paddingRight="@dimen/oliveapp_activity_horizontal_margin" android:paddingRight="@dimen/oliveapp_activity_horizontal_margin"
android:paddingTop="@dimen/oliveapp_activity_vertical_margin" android:paddingTop="@dimen/oliveapp_activity_vertical_margin"
android:paddingBottom="@dimen/oliveapp_activity_vertical_margin" android:paddingBottom="@dimen/oliveapp_activity_vertical_margin"
android:background="@mipmap/oliveapp_liveness_resultpage_bg"
tools:context="SampleUnusualResultActivity"> tools:context="SampleUnusualResultActivity">
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
...@@ -18,7 +17,6 @@ ...@@ -18,7 +17,6 @@
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@mipmap/oliveapp_liveness_finish_fail"
app:layout_marginTopPercent="33.6%" app:layout_marginTopPercent="33.6%"
app:layout_widthPercent="49.1%" app:layout_widthPercent="49.1%"
app:layout_aspectRatio="462%"/> app:layout_aspectRatio="462%"/>
......
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@mipmap/oliveapp_liveness_finish_fail"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginTopPercent="30%" app:layout_marginTopPercent="30%"
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
<Button <Button
android:id="@+id/oliveapp_liveness_result_retry" android:id="@+id/oliveapp_liveness_result_retry"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="@drawable/oliveapp_liveness_finish_retry_tablet_selector"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginBottomPercent="10.8%" app:layout_marginBottomPercent="10.8%"
...@@ -45,7 +43,6 @@ ...@@ -45,7 +43,6 @@
android:id="@+id/oliveapp_liveness_result_return" android:id="@+id/oliveapp_liveness_result_return"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@drawable/oliveapp_liveness_finish_return_tablet_selector"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginBottomPercent="10.8%" app:layout_marginBottomPercent="10.8%"
......
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:src="@mipmap/oliveapp_liveness_finish_fail"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginRightPercent="25.5%" app:layout_marginRightPercent="25.5%"
...@@ -88,7 +87,6 @@ ...@@ -88,7 +87,6 @@
android:id="@+id/oliveapp_liveness_saas_result_retry" android:id="@+id/oliveapp_liveness_saas_result_retry"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@drawable/oliveapp_liveness_finish_retry_tablet_selector"
app:layout_marginBottomPercent="9%" app:layout_marginBottomPercent="9%"
app:layout_marginRightPercent="28%" app:layout_marginRightPercent="28%"
app:layout_widthPercent="18%" app:layout_widthPercent="18%"
...@@ -98,7 +96,6 @@ ...@@ -98,7 +96,6 @@
android:id="@+id/oliveapp_liveness_saas_result_return" android:id="@+id/oliveapp_liveness_saas_result_return"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@drawable/oliveapp_liveness_finish_return_tablet_selector"
app:layout_marginBottomPercent="9%" app:layout_marginBottomPercent="9%"
app:layout_marginRightPercent="8.3%" app:layout_marginRightPercent="8.3%"
app:layout_widthPercent="18%" app:layout_widthPercent="18%"
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
android:id="@+id/activity_sample_saa_sresult" android:id="@+id/activity_sample_saa_sresult"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_resultpage_bg"
tools:context="com.oliveapp.liveness.sample.SampleSaaSResultActivity"> tools:context="com.oliveapp.liveness.sample.SampleSaaSResultActivity">
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
...@@ -16,7 +15,6 @@ ...@@ -16,7 +15,6 @@
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@mipmap/oliveapp_liveness_finish_fail"
app:layout_marginRightPercent="25.5%" app:layout_marginRightPercent="25.5%"
app:layout_marginTopPercent="9.7%" app:layout_marginTopPercent="9.7%"
app:layout_widthPercent="49.1%" app:layout_widthPercent="49.1%"
......
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:src="@mipmap/oliveapp_liveness_finish_fail"
app:layout_marginRightPercent="25.5%" app:layout_marginRightPercent="25.5%"
app:layout_marginTopPercent="9.7%" app:layout_marginTopPercent="9.7%"
app:layout_widthPercent="49.1%" app:layout_widthPercent="49.1%"
...@@ -73,7 +72,6 @@ ...@@ -73,7 +72,6 @@
<Button <Button
android:id="@+id/oliveapp_liveness_saas_result_retry" android:id="@+id/oliveapp_liveness_saas_result_retry"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="@drawable/oliveapp_liveness_finish_retry_tablet_selector"
app:layout_marginBottomPercent="8%" app:layout_marginBottomPercent="8%"
app:layout_marginLeftPercent="6.1%" app:layout_marginLeftPercent="6.1%"
app:layout_widthPercent="41.7%" app:layout_widthPercent="41.7%"
...@@ -83,7 +81,6 @@ ...@@ -83,7 +81,6 @@
android:id="@+id/oliveapp_liveness_saas_result_return" android:id="@+id/oliveapp_liveness_saas_result_return"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@drawable/oliveapp_liveness_finish_return_tablet_selector"
app:layout_marginBottomPercent="8%" app:layout_marginBottomPercent="8%"
app:layout_marginRightPercent="6.1%" app:layout_marginRightPercent="6.1%"
app:layout_widthPercent="41.7%" app:layout_widthPercent="41.7%"
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:src="@mipmap/oliveapp_liveness_finish_pass_tablet" android:src="#80000000"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_width="0dp" android:layout_width="0dp"
app:layout_marginTopPercent="13.5%" app:layout_marginTopPercent="13.5%"
...@@ -90,6 +90,6 @@ ...@@ -90,6 +90,6 @@
app:layout_marginRightPercent="8.3%" app:layout_marginRightPercent="8.3%"
app:layout_widthPercent="18%" app:layout_widthPercent="18%"
app:layout_aspectRatio="200%" app:layout_aspectRatio="200%"
android:background="@drawable/oliveapp_liveness_finish_button_tablet_selector"/> />
</android.support.percent.PercentRelativeLayout> </android.support.percent.PercentRelativeLayout>
</RelativeLayout> </RelativeLayout>
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
android:id="@+id/activity_sample_saa_sresult" android:id="@+id/activity_sample_saa_sresult"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_resultpage_bg"
tools:context="com.oliveapp.liveness.sample.liveness.SampleSaaSResultActivity"> tools:context="com.oliveapp.liveness.sample.liveness.SampleSaaSResultActivity">
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
...@@ -16,7 +15,6 @@ ...@@ -16,7 +15,6 @@
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@mipmap/oliveapp_liveness_finish_pass"
app:layout_marginTopPercent="9.7%" app:layout_marginTopPercent="9.7%"
app:layout_widthPercent="49.1%" app:layout_widthPercent="49.1%"
app:layout_aspectRatio="462%"/> app:layout_aspectRatio="462%"/>
......
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_liveness_finish_bg_landscape_tablet"> android:background="#80000000">
<!--检测结果--> <!--检测结果-->
<ImageView <ImageView
android:id="@+id/oliveapp_liveness_result_image" android:id="@+id/oliveapp_liveness_result_image"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@mipmap/oliveapp_liveness_finish_pass"
app:layout_marginRightPercent="25.5%" app:layout_marginRightPercent="25.5%"
app:layout_marginTopPercent="9.7%" app:layout_marginTopPercent="9.7%"
app:layout_widthPercent="50%" app:layout_widthPercent="50%"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<android.support.percent.PercentRelativeLayout <android.support.percent.PercentRelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/oliveapp_homepage_bg_landscape_tablet"> android:background="#80000000">
<!--关闭按钮--> <!--关闭按钮-->
<ImageButton <ImageButton
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
<Button <Button
android:id="@+id/oliveappStartLivenessButton" android:id="@+id/oliveappStartLivenessButton"
android:background="@drawable/oliveapp_start_button_tablet_selector"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@mipmap/oliveapp_homepage_bg_portrait_phone" android:src="#80000000"
android:scaleType="centerCrop" /> android:scaleType="centerCrop" />
<!--关闭按钮--> <!--关闭按钮-->
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
<Button <Button
android:id="@+id/oliveappStartLivenessButton" android:id="@+id/oliveappStartLivenessButton"
android:background="@drawable/oliveapp_start_button_selector"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
app:layout_marginBottomPercent="10%" app:layout_marginBottomPercent="10%"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:scaleType="fitXY" android:scaleType="fitXY"
android:src="@mipmap/oliveapp_homepage_bg_portrait_phone"/> android:src="#80000000"/>
<!--关闭按钮--> <!--关闭按钮-->
<ImageButton <ImageButton
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
android:id="@+id/oliveappStartLivenessButton" android:id="@+id/oliveappStartLivenessButton"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@drawable/oliveapp_start_button_selector"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
app:layout_marginBottomPercent="8%" app:layout_marginBottomPercent="8%"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment