|
|
@@ -121,7 +121,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="14dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:text="@string/clock_tips"
|
|
|
android:textColor="@color/white_70"
|
|
|
android:textSize="@dimen/px33_11sp" />
|
|
|
@@ -131,10 +131,10 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="79dp"
|
|
|
android:layout_marginLeft="14dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginTop="29dp"
|
|
|
android:layout_marginRight="14dp"
|
|
|
- app:cardCornerRadius="15dp"
|
|
|
- app:cardElevation="2dp">
|
|
|
+ app:cardCornerRadius="8dp"
|
|
|
+ app:cardElevation="0dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -223,8 +223,8 @@
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginRight="14dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- app:cardCornerRadius="15dp"
|
|
|
- app:cardElevation="2dp">
|
|
|
+ app:cardCornerRadius="8dp"
|
|
|
+ app:cardElevation="0dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -243,7 +243,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/corners_gray_f5_5dp"
|
|
|
+ android:background="@drawable/corners_gray_f5_4dp"
|
|
|
android:paddingLeft="14dp">
|
|
|
|
|
|
<TextView
|
|
|
@@ -271,7 +271,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginLeft="6dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:background="@drawable/corners_gray_f5_5dp"
|
|
|
+ android:background="@drawable/corners_gray_f5_4dp"
|
|
|
android:paddingLeft="14dp">
|
|
|
|
|
|
<TextView
|
|
|
@@ -425,8 +425,8 @@
|
|
|
android:layout_marginRight="14dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:visibility="gone"
|
|
|
- app:cardCornerRadius="15dp"
|
|
|
- app:cardElevation="2dp">
|
|
|
+ app:cardCornerRadius="8dp"
|
|
|
+ app:cardElevation="0dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -482,14 +482,22 @@
|
|
|
</android.support.v7.widget.CardView>
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/v_clock_video"
|
|
|
+ <android.support.v7.widget.CardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="14dp"
|
|
|
android:layout_marginRight="14dp"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
- android:background="@mipmap/ic_clock_in_video" />
|
|
|
+ app:cardCornerRadius="8dp"
|
|
|
+ app:cardElevation="0dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/v_clock_video"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@mipmap/ic_clock_in_video" />
|
|
|
+ </android.support.v7.widget.CardView>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
</RelativeLayout>
|
|
|
</ScrollView>
|