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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
app/src/main/res/layout/blue_export.xml
-
app/src/main/res/layout/wallet_info.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" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -200,7 +200,7 @@ |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="160dp"> |
|
|
|
android:layout_height="180dp"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/xpub_label" |
|
|
|