Browse Source

fix ui issues

V1.2.0-btc-release
ZhangJun 5 years ago
parent
commit
413751d94e
  1. 4
      app/src/main/res/layout/blue_export.xml
  2. 2
      app/src/main/res/layout/wallet_info.xml

4
app/src/main/res/layout/blue_export.xml

@ -106,7 +106,7 @@
android:visibility="visible" />
</com.cobo.cold.ui.views.qrcode.QrCodeView>
<com.cobo.cold.ui.views.SpanedTextView
<com.cobo.cold.ui.views.UnderLineTextView
android:id="@+id/enlarge"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -115,7 +115,7 @@
android:paddingVertical="10dp"
android:gravity="center"
android:text="@string/enlarge_qrcode"
android:textColor="@color/white"
android:textColor="@color/white40"
android:textSize="12sp" />

2
app/src/main/res/layout/wallet_info.xml

@ -200,7 +200,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="160dp">
android:layout_height="180dp">
<TextView
android:id="@+id/xpub_label"

Loading…
Cancel
Save