diff options
| -rw-r--r-- | cgeo-calendar/lint.xml | 2 | ||||
| -rw-r--r-- | main/lint.xml | 3 | ||||
| -rw-r--r-- | main/res/layout-land/coords.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/cacheview.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/coords.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/editor.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/visit.xml | 3 |
7 files changed, 9 insertions, 7 deletions
diff --git a/cgeo-calendar/lint.xml b/cgeo-calendar/lint.xml index 8a7b1fa..a846461 100644 --- a/cgeo-calendar/lint.xml +++ b/cgeo-calendar/lint.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> - <issue id="MissingTranslation" severity="warning" /> + <issue id="MissingTranslation" severity="ignore" /> </lint>
\ No newline at end of file diff --git a/main/lint.xml b/main/lint.xml index 8a7b1fa..dc32e31 100644 --- a/main/lint.xml +++ b/main/lint.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> - <issue id="MissingTranslation" severity="warning" /> + <issue id="ContentDescription" severity="ignore" /> + <issue id="MissingTranslation" severity="ignore" /> </lint>
\ No newline at end of file diff --git a/main/res/layout-land/coords.xml b/main/res/layout-land/coords.xml index 61b3490..70601d4 100644 --- a/main/res/layout-land/coords.xml +++ b/main/res/layout-land/coords.xml @@ -41,7 +41,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/coordTable" android:layout_width="fill_parent" - android:layout_height="wrap_content" + android:layout_height="0dp" android:layout_weight="1" android:stretchColumns="0,1,3,5,7" > diff --git a/main/res/layout/cacheview.xml b/main/res/layout/cacheview.xml index 2f6f155..b13fc95 100644 --- a/main/res/layout/cacheview.xml +++ b/main/res/layout/cacheview.xml @@ -36,7 +36,7 @@ <android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
android:layout_weight="1" />
<com.viewpagerindicator.TitlePageIndicator
diff --git a/main/res/layout/coords.xml b/main/res/layout/coords.xml index 577a2f2..21307f7 100644 --- a/main/res/layout/coords.xml +++ b/main/res/layout/coords.xml @@ -41,7 +41,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/coordTable" android:layout_width="fill_parent" - android:layout_height="wrap_content" + android:layout_height="0dp" android:layout_weight="1" android:stretchColumns="0,1,3,5,7" > diff --git a/main/res/layout/editor.xml b/main/res/layout/editor.xml index 88b1b10..e07d31f 100644 --- a/main/res/layout/editor.xml +++ b/main/res/layout/editor.xml @@ -8,7 +8,7 @@ <EditText android:id="@+id/editorEditText" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="0dp" android:layout_weight="1" android:inputType="textMultiLine" android:scrollbars="vertical" > diff --git a/main/res/layout/visit.xml b/main/res/layout/visit.xml index 50de506..e88c21b 100644 --- a/main/res/layout/visit.xml +++ b/main/res/layout/visit.xml @@ -131,7 +131,8 @@ android:layout_marginBottom="5dip" android:gravity="right" android:textSize="14dip" - android:text="@string/log_tb_changeall" /> + android:text="@string/log_tb_changeall" + android:layout_height="0dp"/> </LinearLayout> </LinearLayout> </LinearLayout> |
