Skip to content
Snippets Groups Projects
Unverified Commit 1cb719f4 authored by Cseh Viktor's avatar Cseh Viktor
Browse files

Results added

parent 4a086990
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_weight="1"
android:background="?android:attr/listDivider" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="200dp"
android:orientation="horizontal">
<TextView
android:id="@+id/score"
android:layout_width="50sp"
android:layout_height="150sp"
android:text="Score" />
<TextView
android:id="@+id/name"
android:layout_width="200sp"
android:layout_height="150sp"
android:text="name" />
<TextView
android:id="@+id/date"
android:layout_width="100sp"
android:layout_height="150sp"
android:layout_weight="1"
android:text="Date" />
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:icon="@drawable/baseline_quiz_black_24"
android:id="@+id/kikerdezo"
android:title="@string/kikerdezo"/>
<item <item
android:icon="@drawable/round_emoji_events_24" android:icon="@drawable/round_emoji_events_24"
android:id="@+id/eredmenyek" android:id="@+id/eredmenyek"
......
...@@ -30,4 +30,5 @@ ...@@ -30,4 +30,5 @@
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
<string name="questiongoeshere">QuestionGoesHere</string> <string name="questiongoeshere">QuestionGoesHere</string>
<string name="oke">Oke</string> <string name="oke">Oke</string>
<string name="kikerdezo">Kikerdezo</string>
</resources> </resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment