Lint issues

This commit is contained in:
serso
2016-03-27 13:35:42 +02:00
parent 30877e1337
commit 259ec5a77f
75 changed files with 35 additions and 608 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/CppMain.Onscreen"
a:orientation="vertical">
@@ -29,7 +30,8 @@
layout="@layout/cpp_simple_button_equals"
a:layout_width="0dp"
a:layout_height="match_parent"
a:layout_weight="1" />
a:layout_weight="1"
tools:ignore="NestedWeights" />
<include
layout="@layout/onscreen_display"