summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-07-17 03:27:57 +0300
committerMichael Meeks <michael.meeks@suse.com>2013-07-25 18:01:57 +0100
commit927711bf0fff6c3bda4c68c508a8a7fd022c0fbc (patch)
treebdfba3e40e86701ad52dd884b9537cd615f50106 /android/sdremote/AndroidManifest.xml
parentcc20292c4d1074a02c740c8411d94cd97c9e2bb6 (diff)
Change the source code structure a bit.
* Follow usual Android project structure. * Make the structure more clean. Change-Id: Ia5b115fe2b8a6417e6d9cfaae46c859c9e4c3c1a
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 4a6a1d1e0034..73f3c2319232 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -20,7 +20,7 @@
android:theme="@style/Theme.ImpressRemote">
<activity
- android:name=".ComputersActivity"
+ android:name=".activity.ComputersActivity"
android:label="@string/title_computers"
android:theme="@style/Theme.ImpressRemote.Computers">
@@ -32,23 +32,23 @@
</activity>
<activity
- android:name=".ComputerConnectionActivity"
+ android:name=".activity.ComputerConnectionActivity"
android:label="@string/title_connection">
</activity>
<activity
- android:name=".ComputerCreationActivity"
+ android:name=".activity.ComputerCreationActivity"
android:label="@string/title_creation"
android:theme="@style/Theme.ImpressRemote.ComputerCreation">
</activity>
<activity
- android:name=".SlideShowActivity"
+ android:name=".activity.SlideShowActivity"
android:label="@string/title_slide_show">
</activity>
<activity
- android:name=".LicensesActivity"
+ android:name=".activity.LicensesActivity"
android:label="@string/title_licenses">
</activity>