summaryrefslogtreecommitdiffstats
path: root/res/layout/account_switch_spinner_dropdown_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/account_switch_spinner_dropdown_item.xml')
-rw-r--r--res/layout/account_switch_spinner_dropdown_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/account_switch_spinner_dropdown_item.xml b/res/layout/account_switch_spinner_dropdown_item.xml
index 230974bb6..3fd39539e 100644
--- a/res/layout/account_switch_spinner_dropdown_item.xml
+++ b/res/layout/account_switch_spinner_dropdown_item.xml
@@ -30,7 +30,7 @@
android:layout_width="0dip"
android:layout_weight="1">
<TextView
- android:id="@+id/account_spinner_label"
+ android:id="@+id/account_spinner_folder"
android:singleLine="true"
android:layout_height="wrap_content"
android:layout_width="match_parent"
@@ -43,7 +43,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:ellipsize="end"
- android:layout_below="@id/account_spinner_label"
+ android:layout_below="@id/account_spinner_folder"
style="@style/AccountSpinnerDropdownTextSecondary" />
</RelativeLayout>