Commit 832d46af authored by ruvisenarthna's avatar ruvisenarthna

Update Quiz Activity

parent 10c4fb3d
...@@ -40,7 +40,7 @@ android { ...@@ -40,7 +40,7 @@ android {
// python.exe file path *********** please change this according to your file path // python.exe file path *********** please change this according to your file path
python{ 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 @@ ...@@ -52,6 +52,8 @@
<activity android:name=".Welcome" /> <activity android:name=".Welcome" />
<activity android:name=".SignUp" /> <activity android:name=".SignUp" />
<activity android:name=".verification_screen" /> <activity android:name=".verification_screen" />
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:theme="@style/AppTheme.NoActionBar" > android:theme="@style/AppTheme.NoActionBar" >
......
...@@ -144,7 +144,7 @@ public class QuizActivity extends AppCompatActivity { ...@@ -144,7 +144,7 @@ public class QuizActivity extends AppCompatActivity {
SimpleDateFormat df = new SimpleDateFormat("HH:mm:ss"); SimpleDateFormat df = new SimpleDateFormat("HH:mm:ss");
strtingTime = df.format(c.getTime()); strtingTime = df.format(c.getTime());
//format date as our patten //format date as our patten
SimpleDateFormat date = new SimpleDateFormat("YYYY-MM-DD"); SimpleDateFormat date = new SimpleDateFormat("YYYY-MM-dd");
examDate = date.format(c.getTime()); examDate = date.format(c.getTime());
System.out.println("Date "+examDate); System.out.println("Date "+examDate);
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="20dp" android:layout_marginLeft="20dp"
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:text="Settings" android:text="Log Out"
android:textColor="#ff0000" android:textColor="#ff0000"
android:textSize="18sp" /> 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