shared_string_history (5)
This commit is contained in:
parent
dc056043fe
commit
d6b167e074
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/recents"
|
android:id="@+id/recents"
|
||||||
style="?attr/dashboardGeneralButtonStyle"
|
style="?attr/dashboardGeneralButtonStyle"
|
||||||
android:text="@string/recents" />
|
android:text="@string/shared_string_history" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<View
|
<View
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/recents"
|
android:id="@+id/recents"
|
||||||
style="?attr/dashboardGeneralButtonStyle"
|
style="?attr/dashboardGeneralButtonStyle"
|
||||||
android:text="@string/recents" />
|
android:text="@string/shared_string_history" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
|
Loading…
Reference in a new issue