移除不必要的build文件

This commit is contained in:
lishaobo
2018-07-24 16:55:27 +08:00
parent dc487adae1
commit 6c78de6c31
523 changed files with 191 additions and 18034 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 810 KiB

@@ -20,6 +20,14 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView"
app:layout_constraintVertical_bias="0.62" />
<Button
android:id="@+id/button_recog"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="识别"
app:layout_constraintTop_toTopOf="@id/button"
app:layout_constraintRight_toLeftOf="@id/button"
/>
<ImageView
android:id="@+id/imageView"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">PlateRecognization</string>
<string name="app_name">PrjAndroid</string>
</resources>