Eliminated warnings by using textSize 16sp not 16dp. Allow dashboard_account view...
authorkenstir <kenstir@gmail.com>
Sun, 10 Nov 2013 13:58:59 +0000 (08:58 -0500)
committerkenstir <kenstir@gmail.com>
Sun, 10 Nov 2013 13:58:59 +0000 (08:58 -0500)
Open-ILS/src/Android/res/layout-land/dashbord_account.xml
Open-ILS/src/Android/res/layout-land/search_result_list.xml
Open-ILS/src/Android/res/layout/dashbord_account.xml
Open-ILS/src/Android/res/layout/search_result_list.xml
Open-ILS/src/Android/res/layout/simple_actionbar.xml
Open-ILS/src/Android/res/values/strings.xml

index 7bf5d7a..01ea120 100644 (file)
@@ -25,7 +25,7 @@
             android:paddingLeft="5dip"
             android:text="@string/library_text_logo"
             android:textColor="@color/white"
-            android:textSize="16dp"
+            android:textSize="16sp"
             android:textStyle="bold"
             android:typeface="monospace" />
 
 
         <LinearLayout
             android:layout_width="fill_parent"
-            android:layout_height="wrap_content"
+            android:layout_height="match_parent"
             android:gravity="center"
-            android:orientation="vertical"
-            
-             >
+            android:orientation="horizontal" >
 
-            <LinearLayout
-                android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
+            <Button
+                android:id="@+id/account_btn_check_out"
+                style="@style/HomeButton"
                 android:layout_weight="1"
-                android:gravity="center"
-                android:orientation="horizontal" >
-
-                <Button
-                    android:id="@+id/account_btn_check_out"
-                    style="@style/HomeButton"
-                    android:drawableTop="@drawable/check_out"
-                    android:onClick="onClickFeature"
-                    android:text="@string/title_check_out" />
-
-                <Button
-                    android:id="@+id/account_btn_holds"
-                    style="@style/HomeButton"
-                    android:drawableTop="@drawable/holds"
-                    android:onClick="onClickFeature"
-                    android:text="@string/title_holds" />
-            </LinearLayout>
+                android:drawableTop="@drawable/check_out"
+                android:onClick="onClickFeature"
+                android:text="@string/title_check_out" />
 
-            <LinearLayout
-                android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
+            <Button
+                android:id="@+id/account_btn_holds"
+                style="@style/HomeButton"
                 android:layout_weight="1"
-                android:gravity="center"
-                android:orientation="horizontal" >
+                android:drawableTop="@drawable/holds"
+                android:onClick="onClickFeature"
+                android:text="@string/title_holds" />
 
-                <Button
-                    android:id="@+id/account_btn_fines"
-                    style="@style/HomeButton"
-                    android:drawableTop="@drawable/fines"
-                    android:onClick="onClickFeature"
-                    android:text="@string/title_fines" />
+            <Button
+                android:id="@+id/account_btn_fines"
+                style="@style/HomeButton"
+                android:layout_weight="1"
+                android:drawableTop="@drawable/fines"
+                android:onClick="onClickFeature"
+                android:text="@string/title_fines" />
 
-                <Button
-                    android:id="@+id/account_btn_book_bags"
-                    style="@style/HomeButton"
-                    android:drawableTop="@drawable/book_bag"
-                    android:onClick="onClickFeature"
-                    android:text="@string/title_book_bags" />
-            </LinearLayout>
+            <Button
+                android:id="@+id/account_btn_book_bags"
+                style="@style/HomeButton"
+                android:layout_weight="1"
+                android:drawableTop="@drawable/book_bag"
+                android:onClick="onClickFeature"
+                android:text="@string/title_book_bags" />
         </LinearLayout>
+
     </ScrollView>
 
 </LinearLayout>
\ No newline at end of file
index 227d788..c68fce3 100644 (file)
@@ -24,7 +24,7 @@
             android:drawableLeft="@drawable/evergreen_launcher_icon_48"
             android:text="@string/library_text_logo" 
             android:textColor="@color/white"
-            android:textSize="16dp"
+            android:textSize="16sp"
             android:typeface="monospace"
             android:textStyle="bold"
             android:paddingLeft="5dip"
index 97ae3e8..670bc39 100644 (file)
@@ -26,7 +26,7 @@
             android:drawableLeft="@drawable/evergreen_launcher_icon_48"
             android:text="@string/library_text_logo" 
             android:textColor="@color/white"
-            android:textSize="16dp"
+            android:textSize="16sp"
             android:typeface="monospace"
             android:textStyle="bold"
             android:paddingLeft="5dip"
index cc1c24e..610e80f 100644 (file)
@@ -25,7 +25,7 @@
             android:drawableLeft="@drawable/evergreen_launcher_icon_48"
             android:text="@string/library_text_logo" 
             android:textColor="@color/white"
-            android:textSize="16dp"
+            android:textSize="16sp"
             android:typeface="monospace"
             android:textStyle="bold"
             android:paddingLeft="5dip"
index fcefdcb..54883ff 100644 (file)
@@ -26,7 +26,7 @@
             android:drawableLeft="@drawable/evergreen_launcher_icon_48"
             android:text="@string/library_text_logo" 
             android:textColor="@color/white"
-            android:textSize="16dp"
+            android:textSize="16sp"
             android:typeface="monospace"
             android:textStyle="bold"
             android:paddingLeft="5dip"
index 630dd42..34ad835 100644 (file)
@@ -45,7 +45,7 @@
     
     <string name="loading_dialog_text"></string>
     <string name="dialog_please_wait">Please wait</string>
-    <string name="dialog_fetching_data_message">Fetching data</string>
+    <string name="dialog_fetching_data_message">Searching catalog</string>
     <string name="dialog_load_more_message">Fetching more results</string>
     
     <string name="advanced_search_hint">Enter text here</string>