-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a8d842
commit 2849d10
Showing
10 changed files
with
160 additions
and
158 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
app/src/main/java/com/sinichi/parentingcontrol/db/MyDatabase.java
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
app/src/main/java/com/sinichi/parentingcontrol/db/Users.java
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
app/src/main/java/com/sinichi/parentingcontrol/db/UsersDao.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
android:orientation="vertical" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
<TextView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginStart="10dp" | ||
android:layout_marginEnd="10dp" | ||
android:text="Lorem ipsum dolor sit amet, sekolah?" | ||
android:textStyle="bold" | ||
android:fontFamily="sans-serif" | ||
android:textColor="#000" | ||
android:textSize="24sp" | ||
android:gravity="center" | ||
android:layout_marginTop="24dp"/> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="horizontal" | ||
android:weightSum="2" | ||
android:layout_marginTop="20dp"> | ||
|
||
<ImageView | ||
android:id="@+id/img_ceklilsSklh" | ||
android:layout_width="40dp" | ||
android:layout_height="40dp" | ||
android:layout_weight="1" | ||
app:srcCompat="@drawable/ic_ceklis" | ||
android:layout_marginBottom="24dp"/> | ||
|
||
<ImageView | ||
android:id="@+id/img_silangSklh" | ||
android:layout_width="40dp" | ||
android:layout_height="40dp" | ||
android:layout_weight="1" | ||
app:srcCompat="@drawable/ic_silang" | ||
android:layout_marginBottom="24dp"/> | ||
</LinearLayout> | ||
|
||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.