Browse Source

no message

master
lh 8 years ago
parent
commit
843606c74a
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      app/src/main/res/layout/act_datanalysis.xml
  2. +1
    -0
      app/src/main/res/layout/act_fumudaiscanresult.xml
  3. +1
    -0
      app/src/main/res/layout/act_scanresult.xml

+ 1
- 0
app/src/main/res/layout/act_datanalysis.xml View File

@ -8,6 +8,7 @@
<include layout="@layout/include_tool_bar"></include>
<LinearLayout
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/greyf4f4f4">


+ 1
- 0
app/src/main/res/layout/act_fumudaiscanresult.xml View File

@ -9,6 +9,7 @@
<TextView
android:id="@+id/fumudai_type"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"


+ 1
- 0
app/src/main/res/layout/act_scanresult.xml View File

@ -9,6 +9,7 @@
<TextView
android:id="@+id/type"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"


Loading…
Cancel
Save