aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/toolbar_spinner.xml
blob: d8623482e71fdcea6ce936e17c9aeb0c2fc9c3b8 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<!--
    spinner to be inflated within a toolbar
-->
<Spinner xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/action_bar_spinner"
    style="?android:actionDropDownStyle"
    android:layout_width="wrap_content"
    android:layout_height="match_parent" />