Lint issues

This commit is contained in:
serso
2015-02-09 16:11:26 +01:00
parent bc0e6d2344
commit 32e755d2fc
156 changed files with 1757 additions and 2168 deletions

View File

@@ -1,50 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:orientation="vertical"
style="@style/CppMain.Onscreen">
<LinearLayout style="@style/CppMain.Onscreen"
xmlns:a="http://schemas.android.com/apk/res/android"
a:orientation="vertical">
<include
a:id="@+id/onscreen_header"
layout="@layout/onscreen_header"/>
a:id="@+id/onscreen_header"
layout="@layout/onscreen_header" />
<LinearLayout
a:id="@+id/onscreen_content"
a:orientation="vertical"
a:layout_width="match_parent"
a:layout_height="match_parent">
a:id="@+id/onscreen_content"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical">
<include
layout="@layout/onscreen_editor"
a:layout_width="match_parent"
a:layout_height="wrap_content"/>
layout="@layout/onscreen_editor"
a:layout_width="match_parent"
a:layout_height="wrap_content" />
<LinearLayout
a:layout_weight="1"
a:layout_width="match_parent"
a:layout_height="0dp">
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="1">
<include
layout="@layout/cpp_simple_button_equals"
a:layout_weight="1"
a:layout_width="0dp"
a:layout_height="match_parent"/>
layout="@layout/cpp_simple_button_equals"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="1" />
<include
layout="@layout/onscreen_display"
a:layout_weight="4"
a:layout_width="0dp"
a:layout_height="wrap_content"/>
layout="@layout/onscreen_display"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="4" />
</LinearLayout>
<include
layout="@layout/onscreen_keyboard"
a:layout_weight="4"
a:layout_width="match_parent"
a:layout_height="0dp"/>
layout="@layout/onscreen_keyboard"
a:layout_width="match_parent"
a:layout_height="0dp"
a:layout_weight="4" />
</LinearLayout>
<include layout="@layout/onscreen_footer"/>
<include layout="@layout/onscreen_footer" />
</LinearLayout>