add miss files

This commit is contained in:
sonichy 2019-03-21 00:26:00 +08:00
parent 6691204b09
commit 963f99f656
3 changed files with 17 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class DBHelper extends SQLiteOpenHelper {
@Override
public void onCreate(SQLiteDatabase db) {
this.db = db;
db.execSQL("CREATE TABLE webfav (_id INTEGER PRIMARY KEY ,website TEXT,title TEXT)");
db.execSQL("CREATE TABLE webfav (_id INTEGER PRIMARY KEY , website TEXT, title TEXT)");
}
@Override

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="#FFFFFF" />
<stroke
android:width="1dp"
android:color="#cccccc" />
<padding
android:bottom="1dp"
android:top="1dp"
android:left="1dp"
android:right="1dp" />
</shape>