summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/values-ta/strings.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2c3e29d..4682931 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,6 +39,7 @@
android:label="@string/live_wallpaper_picker_label"
android:theme="@style/LivePickerTheme"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
@@ -52,6 +53,7 @@
<activity android:name="LiveWallpaperChange"
android:label="@string/live_wallpaper_preview_title"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:theme="@style/Preview">
<intent-filter>
<action android:name="android.service.wallpaper.CHANGE_LIVE_WALLPAPER" />
@@ -62,6 +64,7 @@
<activity android:name="LiveWallpaperPreview"
android:label="@string/live_wallpaper_preview_title"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:theme="@style/Preview"/>
</application>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index 416480c..192359e 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -19,7 +19,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="application_name" msgid="321870838342157591">"நேரலை வால்பேப்பர் தேர்வி"</string>
+ <string name="application_name" msgid="321870838342157591">"நேரலை வால்பேப்பர் தேர்வுக் கருவி"</string>
<string name="live_wallpaper_picker_title" msgid="6152733341691314608">"நேரலை வால்பேப்பரைத் தேர்ந்தெடுக்கவும்"</string>
<string name="live_wallpaper_picker_label" msgid="295628316836042825">"லைவ் வால்பேப்பர்கள்"</string>
<string name="live_wallpaper_preview_title" msgid="908570871421455329">"நேரலை வால்பேப்பரின் மாதிரிக்காட்சி"</string>
@@ -35,7 +35,7 @@
<string name="which_wallpaper_option_home_screen_and_lock_screen" msgid="1650093303691767601">"முகப்புத் திரையும் லாக் ஸ்கிரீனும்"</string>
<string name="explore_further" msgid="489032063223099244">"கண்டறி"</string>
<string name="tab_info" msgid="5501369870701932475">"தகவல்"</string>
- <string name="tab_customize" msgid="9007237541087328909">"தனிப்பயனாக்கு"</string>
+ <string name="tab_customize" msgid="9007237541087328909">"பிரத்தியேகமாக்கு"</string>
<string name="delete_wallpaper_confirmation" msgid="252765957117597457">"மொபைலில் இருந்து இந்த வால்பேப்பரை நீக்கவா?"</string>
<string name="collapse_attribution_panel" msgid="5368959884531941653">"வால்பேப்பரின் தகவல் பேனலைச் சுருக்கும் பட்டன்"</string>
<string name="expand_attribution_panel" msgid="6540929859713706255">"வால்பேப்பரின் தகவல் பேனலை விரிக்கும் பட்டன்"</string>