mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Merge pull request #6760 from BlueWallet/copyunits
Update bitcoin_price_widget_info.xml
This commit is contained in:
commit
90b4bc1963
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:initialLayout="@layout/widget_layout"
|
||||
android:minWidth="160dp"
|
||||
android:minHeight="140dp"
|
||||
android:minWidth="130dp"
|
||||
android:minHeight="40dp"
|
||||
android:updatePeriodMillis="0"
|
||||
android:widgetCategory="home_screen"
|
||||
android:previewImage="@drawable/widget_preview"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:minResizeWidth="160dp"
|
||||
android:minResizeHeight="140dp" />
|
||||
android:resizeMode="none" />
|
||||
|
|
Loading…
Add table
Reference in a new issue