Skip to content

Commit

Permalink
layouts.xml: Base selection of address book layout on screen width, r…
Browse files Browse the repository at this point in the history
…ather than screen size qualifier.
  • Loading branch information
Andreas Schildbach committed Dec 12, 2019
1 parent eb65b1c commit ba29583
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion wallet/res/values-large-land/layouts.xml
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>
1 change: 0 additions & 1 deletion wallet/res/values-normal-land/layouts.xml
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>
4 changes: 4 additions & 0 deletions wallet/res/values-w640dp/layouts.xml
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>
1 change: 0 additions & 1 deletion wallet/res/values-xlarge/layouts.xml
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>

0 comments on commit ba29583

Please sign in to comment.