Changed UML
This commit is contained in:
parent
68d18fb23f
commit
d89ef6c758
5 changed files with 6 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="" vcs="Git" />
|
||||||
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -30,7 +30,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="70dp"
|
android:layout_height="70dp"
|
||||||
android:background="@color/colorWhite"
|
android:background="@color/colorWhite"
|
||||||
android:hint="Username"
|
android:hint="@string/username"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:layout_marginTop="40dp"
|
android:layout_marginTop="40dp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="70dp"
|
android:layout_height="70dp"
|
||||||
android:background="@drawable/customborder"
|
android:background="@drawable/customborder"
|
||||||
android:hint="Password"
|
android:hint="@string/password"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
app:met_baseColor="@android:color/white"
|
app:met_baseColor="@android:color/white"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
<string name="login">Log In</string>
|
<string name="login">Log In</string>
|
||||||
<string name="newusername">Enter Username</string>
|
<string name="newusername">Enter Username</string>
|
||||||
<string name="newpassword">Enter Password</string>
|
<string name="newpassword">Enter Password</string>
|
||||||
|
<string name="password">Password</string>
|
||||||
|
<string name="username">Username</string>
|
||||||
<string-array name="roles">
|
<string-array name="roles">
|
||||||
<item>Admin</item>
|
<item>Admin</item>
|
||||||
<item>User</item>
|
<item>User</item>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue