aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2015-03-11 12:40:29 +0900
committerrhenium <rhenium@rhe.jp>2015-03-11 12:40:29 +0900
commit79d719c129479f30c1f9aeeb51cdd5bb2553fe0b (patch)
tree68fc4989f596e8388105fcc510f8bc22740330b7 /app/src/main/res
parent66559843b4225b6badec9d40194e42a6cbcd446b (diff)
downloadSmileEssence-79d719c129479f30c1f9aeeb51cdd5bb2553fe0b.tar.gz
Change application ID
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/dialog_user_detail.xml2
-rw-r--r--app/src/main/res/layout/fragment_list.xml2
-rw-r--r--app/src/main/res/layout/fragment_search.xml2
-rw-r--r--app/src/main/res/layout/fragment_userlist.xml2
-rw-r--r--app/src/main/res/values/app_info.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/dialog_user_detail.xml b/app/src/main/res/layout/dialog_user_detail.xml
index dc251b0f..2abda02e 100644
--- a/app/src/main/res/layout/dialog_user_detail.xml
+++ b/app/src/main/res/layout/dialog_user_detail.xml
@@ -319,7 +319,7 @@
android:layout_height="wrap_content">
<com.handmark.pulltorefresh.library.PullToRefreshListView
- xmlns:ptr="http://schemas.android.com/apk/res/net.lacolaco.smileessence"
+ xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/listview_user_detail_timeline"
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/fragment_list.xml b/app/src/main/res/layout/fragment_list.xml
index 77be5a69..ac705eed 100644
--- a/app/src/main/res/layout/fragment_list.xml
+++ b/app/src/main/res/layout/fragment_list.xml
@@ -29,7 +29,7 @@
android:layout_height="match_parent">
<com.handmark.pulltorefresh.library.PullToRefreshListView
- xmlns:ptr="http://schemas.android.com/apk/res/net.lacolaco.smileessence"
+ xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/fragment_list_listview"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml
index 0889aafa..af9291cd 100644
--- a/app/src/main/res/layout/fragment_search.xml
+++ b/app/src/main/res/layout/fragment_search.xml
@@ -88,7 +88,7 @@
android:paddingBottom="2dp"/>
<com.handmark.pulltorefresh.library.PullToRefreshListView
- xmlns:ptr="http://schemas.android.com/apk/res/net.lacolaco.smileessence"
+ xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/listview_search"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/layout/fragment_userlist.xml b/app/src/main/res/layout/fragment_userlist.xml
index 89806229..f836cdc4 100644
--- a/app/src/main/res/layout/fragment_userlist.xml
+++ b/app/src/main/res/layout/fragment_userlist.xml
@@ -67,7 +67,7 @@
android:paddingBottom="2dp"/>
<com.handmark.pulltorefresh.library.PullToRefreshListView
- xmlns:ptr="http://schemas.android.com/apk/res/net.lacolaco.smileessence"
+ xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/listview_userlist"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/values/app_info.xml b/app/src/main/res/values/app_info.xml
index 6836dd30..bb90f8a2 100644
--- a/app/src/main/res/values/app_info.xml
+++ b/app/src/main/res/values/app_info.xml
@@ -24,7 +24,7 @@
-->
<resources>
- <string name="app_name">SmileEssence</string>
+ <string name="app_name">rSmileEssence</string>
<string name="app_version">1.0.10.2</string>
<string name="app_version_full">1.0.10 \"Dolphin\"</string>
<string name="app_url">http://smileessence.lacolaco.net</string>