summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-06-12 18:04:33 -0700
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-06-13 16:26:32 -0700
commit62f05a1bf7da5866c5a6d1df982ce7005e4ac8fe (patch)
treed3345c87515135826e0382e703229915d1514a01 /res/layout
parent4520d4cbf5cc57e88c0b9998603f83e2a0cf632b (diff)
downloadandroid_packages_apps_Trebuchet-62f05a1bf7da5866c5a6d1df982ce7005e4ac8fe.tar.gz
android_packages_apps_Trebuchet-62f05a1bf7da5866c5a6d1df982ce7005e4ac8fe.tar.bz2
android_packages_apps_Trebuchet-62f05a1bf7da5866c5a6d1df982ce7005e4ac8fe.zip
Remove old preference activity
* Also cleanup & remove unused strings Change-Id: I0b9f2405ab98b0df612a18ccfaa5d9ba98876d8a
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/settings_transitions_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/settings_transitions_screen.xml b/res/layout/settings_transitions_screen.xml
index 18028f4c4..37535e912 100644
--- a/res/layout/settings_transitions_screen.xml
+++ b/res/layout/settings_transitions_screen.xml
@@ -27,7 +27,7 @@
android:id="@+id/transition_effect_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/transition_effect_button_text"
+ android:text="@string/scroll_effect_text"
android:textAllCaps="true"
android:fontFamily="sans-serif-condensed"
android:textColor="@android:color/white"
@@ -49,4 +49,4 @@
android:layout_height="wrap_content"
android:listSelector="@android:color/transparent"
android:splitMotionEvents="false"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>