forked from bitcoin-wallet/bitcoin-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
layouts.xml: Base selection of address book layout on screen width, r…
…ather than screen size qualifier.
- Loading branch information
Andreas Schildbach
committed
Dec 12, 2019
1 parent
eb65b1c
commit ba29583
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<item name="wallet_content" type="layout">@layout/wallet_activity_twopanes</item> | ||
<item name="address_book_content" type="layout">@layout/address_book_twopanes</item> | ||
<item name="show_exchange_rates_option" type="bool">false</item> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<item name="wallet_content" type="layout">@layout/wallet_activity_onepane_horizontal</item> | ||
<item name="address_book_content" type="layout">@layout/address_book_twopanes</item> | ||
<item name="network_monitor_content" type="layout">@layout/network_monitor_twopanes</item> | ||
<item name="show_local_balance" type="bool">false</item> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<item name="address_book_content" type="layout">@layout/address_book_twopanes</item> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<item name="wallet_content" type="layout">@layout/wallet_activity_twopanes</item> | ||
<item name="address_book_content" type="layout">@layout/address_book_twopanes</item> | ||
<item name="network_monitor_content" type="layout">@layout/network_monitor_twopanes</item> | ||
<item name="show_exchange_rates_option" type="bool">false</item> | ||
</resources> |