shared_string_history (5)

This commit is contained in:
sonora 2015-03-09 09:26:19 +01:00
parent dc056043fe
commit d6b167e074
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<Button
android:id="@+id/recents"
style="?attr/dashboardGeneralButtonStyle"
android:text="@string/recents" />
android:text="@string/shared_string_history" />
</LinearLayout>
<View
android:layout_width="match_parent"

View file

@ -20,7 +20,7 @@
<Button
android:id="@+id/recents"
style="?attr/dashboardGeneralButtonStyle"
android:text="@string/recents" />
android:text="@string/shared_string_history" />
</LinearLayout>
<View