Browse Source

Merge pull request #39 from CoboVault/btc_only_dev

fix ui issues
V1.2.0-btc-release
soralit 5 years ago
committed by GitHub
parent
commit
52806b353e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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" /> android:visibility="visible" />
</com.cobo.cold.ui.views.qrcode.QrCodeView> </com.cobo.cold.ui.views.qrcode.QrCodeView>
<com.cobo.cold.ui.views.SpanedTextView <com.cobo.cold.ui.views.UnderLineTextView
android:id="@+id/enlarge" android:id="@+id/enlarge"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -115,7 +115,7 @@
android:paddingVertical="10dp" android:paddingVertical="10dp"
android:gravity="center" android:gravity="center"
android:text="@string/enlarge_qrcode" android:text="@string/enlarge_qrcode"
android:textColor="@color/white" android:textColor="@color/white40"
android:textSize="12sp" /> android:textSize="12sp" />

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

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

Loading…
Cancel
Save