forked from hzuapps/android-labs-2019
-
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
3165a45
commit 75f1932
Showing
8 changed files
with
124 additions
and
4 deletions.
There are no files selected for viewing
Binary file added
BIN
+218 KB
students/soft1714080902205/app/src/main/res/drawable-xhdpi/img_start.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.8 KB
students/soft1714080902205/app/src/main/res/drawable-xhdpi/start01.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
students/soft1714080902205/app/src/main/res/drawable/ic_dashboard_black_24dp.xml
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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M3,13h8L11,3L3,3v10zM3,21h8v-6L3,15v6zM13,21h8L21,11h-8v10zM13,3v6h8L21,3h-8z" /> | ||
</vector> |
9 changes: 9 additions & 0 deletions
9
students/soft1714080902205/app/src/main/res/drawable/ic_home_black_24dp.xml
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,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z" /> | ||
</vector> |
12 changes: 12 additions & 0 deletions
12
students/soft1714080902205/app/src/main/res/drawable/ic_launcher_studio_24dp.xml
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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="43.636364" | ||
android:viewportHeight="43.636364"> | ||
<group android:translateX="9.818182" | ||
android:translateY="9.818182"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/> | ||
</group> | ||
</vector> |
71 changes: 71 additions & 0 deletions
71
students/soft1714080902205/app/src/main/res/layout/soft_1714080902205_activity__start.xml
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,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
tools:context=".Soft1714080902205Activity_start"> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:id="@+id/linearLayout" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:orientation="vertical" | ||
tools:ignore="MissingConstraints" | ||
tools:layout_editor_absoluteX="0dp" | ||
tools:layout_editor_absoluteY="16dp"> | ||
|
||
<ImageView | ||
android:id="@+id/image_view" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:scaleType="fitXY" | ||
android:src="@drawable/img_start" /> | ||
|
||
</LinearLayout> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="wrap_content" | ||
android:layout_height="54dp" | ||
android:orientation="vertical" | ||
app:layout_constraintBottom_toBottomOf="parent" | ||
app:layout_constraintEnd_toEndOf="parent" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent" | ||
app:layout_constraintVertical_bias="0.799" | ||
tools:ignore="MissingConstraints"> | ||
|
||
<Button | ||
android:id="@+id/button_1" | ||
android:layout_width="247dp" | ||
android:layout_height="wrap_content" | ||
android:text="Click To Come In" | ||
android:textAllCaps="false" | ||
android:textColor="#656F65" | ||
android:textSize="24sp" /> | ||
|
||
</LinearLayout> | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:id="@+id/linearLayout02" | ||
android:layout_width="0dp" | ||
android:layout_height="297dp" | ||
android:orientation="vertical" | ||
tools:ignore="MissingConstraints" | ||
tools:layout_editor_absoluteX="27dp" | ||
tools:layout_editor_absoluteY="186dp"> | ||
|
||
<TextView | ||
android:id="@+id/textview_01" | ||
android:layout_width="wrap_content" | ||
android:layout_height="500dp" | ||
android:drawableTop="@drawable/start01" | ||
android:lines="3" | ||
android:text="\n ❤Welcome to❤ \n Novel Create Studio!" | ||
android:textColor="#E67C73" | ||
android:textSize="36sp" | ||
android:textStyle="bold" /> | ||
|
||
|
||
</LinearLayout> | ||
</android.support.constraint.ConstraintLayout> |
19 changes: 19 additions & 0 deletions
19
students/soft1714080902205/app/src/main/res/menu/navigation.xml
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,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item | ||
android:id="@+id/navigation_home" | ||
android:icon="@drawable/ic_launcher_studio_24dp" | ||
android:title="@string/title_home" /> | ||
|
||
<item | ||
android:id="@+id/navigation_dashboard" | ||
android:icon="@drawable/ic_dashboard_black_24dp" | ||
android:title="@string/title_dashboard" /> | ||
|
||
<item | ||
android:id="@+id/navigation_notifications" | ||
android:icon="@drawable/ic_home_black_24dp" | ||
android:title="@string/title_notifications" /> | ||
|
||
</menu> |
8 changes: 4 additions & 4 deletions
8
students/soft1714080902205/app/src/main/res/values/strings.xml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<resources> | ||
<string name="app_name">Novel Create</string> | ||
<string name="app_name">Novel Create Studio</string> | ||
<string name="title_activity_soft1714080902205">Soft1714080902205Activity</string> | ||
<string name="title_home">Home</string> | ||
<string name="title_dashboard">Dashboard</string> | ||
<string name="title_notifications">Notifications</string> | ||
<string name="title_home">Studio</string> | ||
<string name="title_dashboard">Book_Store</string> | ||
<string name="title_notifications">Personal_Cen</string> | ||
</resources> |