Commit b4456552 authored by Gamage B.G.N.U's avatar Gamage B.G.N.U

Merge branch 'IT17187138' into 'master'

Update Quiz Activity

See merge request !72
parents 10c4fb3d 832d46af
......@@ -40,7 +40,7 @@ android {
// python.exe file path *********** please change this according to your file path
python{
buildPython "C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe"
buildPython "C:/Users/Ruvi/AppData/Local/Programs/Python/Python39/python.exe"
}
}
......
......@@ -52,6 +52,8 @@
<activity android:name=".Welcome" />
<activity android:name=".SignUp" />
<activity android:name=".verification_screen" />
<activity
android:name=".MainActivity"
android:theme="@style/AppTheme.NoActionBar" >
......
......@@ -144,7 +144,7 @@ public class QuizActivity extends AppCompatActivity {
SimpleDateFormat df = new SimpleDateFormat("HH:mm:ss");
strtingTime = df.format(c.getTime());
//format date as our patten
SimpleDateFormat date = new SimpleDateFormat("YYYY-MM-DD");
SimpleDateFormat date = new SimpleDateFormat("YYYY-MM-dd");
examDate = date.format(c.getTime());
System.out.println("Date "+examDate);
......
......@@ -183,7 +183,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="5dp"
android:text="Settings"
android:text="Log Out"
android:textColor="#ff0000"
android:textSize="18sp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment