diff --git a/apps/w9/R.h b/apps/w9/R.h index 415b0774..7897a4b5 100644 --- a/apps/w9/R.h +++ b/apps/w9/R.h @@ -14,9 +14,11 @@ namespace R{ static constexpr int often = 0x00002715 ;/*10005*/ static constexpr int care = 0x00002716 ;/*10006*/ static constexpr int favorite = 0x00002717 ;/*10007*/ - static constexpr int content = 0x00002718 ;/*10008*/ - static constexpr int options = 0x00002719 ;/*10009*/ - static constexpr int optionsContainer = 0x0000271A ;/*10010*/ + static constexpr int options = 0x00002718 ;/*10008*/ + static constexpr int text1 = 0x00002719 ;/*10009*/ + static constexpr int text2 = 0x0000271A ;/*10010*/ + static constexpr int content = 0x0000271B ;/*10011*/ + static constexpr int optionsContainer = 0x0000271C ;/*10012*/ };/*namespace id*/ namespace strings{ diff --git a/apps/w9/assets/layout/content_main.xml b/apps/w9/assets/layout/main.xml similarity index 78% rename from apps/w9/assets/layout/content_main.xml rename to apps/w9/assets/layout/main.xml index 394043ee..47648b55 100755 --- a/apps/w9/assets/layout/content_main.xml +++ b/apps/w9/assets/layout/main.xml @@ -4,8 +4,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbarSize="10dp" - android:scrollbars="vertical" - android:overScrollMode="always" + android:scrollbars="horizontal" + android:overScrollMode="never" android:scrollIndicators="top"> + android:text="@string/weathertips"/>