Commit 3889cf49 by sikang

UPDATE

parent 02b1dd6a
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:text="@string/loan_result_title_approved" android:text="@string/loan_result_title_approved"
android:visibility="gone" /> />
<TextView <TextView
android:id="@+id/tv_loanresult_tips" android:id="@+id/tv_loanresult_tips"
......
...@@ -10,15 +10,12 @@ ...@@ -10,15 +10,12 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/white" android:background="@color/white"
android:paddingBottom="20dp" android:orientation="vertical"
android:paddingTop="20dp" android:padding="20dp">
android:orientation="vertical">
<ImageView <ImageView
android:id="@+id/iv_ktp_alert" android:id="@+id/iv_ktp_alert"
android:layout_width="270dp" android:layout_width="270dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_height="150dp" android:layout_height="150dp"
android:scaleType="center" android:scaleType="center"
android:src="@drawable/work_card" /> android:src="@drawable/work_card" />
......
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