Localize Strings in SupportDesignDemos
Change-Id: I40940d6629f32128b969d169e2893df9c0d169e7
This commit is contained in:
@@ -76,13 +76,13 @@
|
|||||||
android:id="@+id/rb_tab_fixed"
|
android:id="@+id/rb_tab_fixed"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Fixed"/>
|
android:text="@string/tabs_fixed"/>
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/rb_tab_scrollable"
|
android:id="@+id/rb_tab_scrollable"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Scrollable"/>
|
android:text="@string/tabs_scrollable"/>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@@ -97,13 +97,13 @@
|
|||||||
android:id="@+id/rb_tab_g_center"
|
android:id="@+id/rb_tab_g_center"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Center"/>
|
android:text="@string/tabs_gravity_center"/>
|
||||||
|
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:id="@+id/rb_tab_g_fill"
|
android:id="@+id/rb_tab_g_fill"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Fill"/>
|
android:text="@string/tabs_gravity_fill"/>
|
||||||
|
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,9 @@
|
|||||||
<string name="fab_size_normal">Normal size</string>
|
<string name="fab_size_normal">Normal size</string>
|
||||||
<string name="fab_size_mini">Mini size</string>
|
<string name="fab_size_mini">Mini size</string>
|
||||||
|
|
||||||
|
<string name="tabs_fixed">Fixed</string>
|
||||||
|
<string name="tabs_scrollable">Scrollable</string>
|
||||||
|
<string name="tabs_gravity_center">Center</string>
|
||||||
|
<string name="tabs_gravity_fill">Fill</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user