@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>

<android.support.v4.widget.DrawerLayout

xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/DrawerLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:elevation="7dp">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="match_parent"
@@ -161,21 +168,22 @@
</LinearLayout>
</RelativeLayout>

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="btnCurr"
android:text="Current match"/>

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="btnRanked"
android:text="Detailed ranked"/>

</LinearLayout>
</LinearLayout>


</ScrollView>
</LinearLayout>
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/RecyclerView"
android:layout_width="320dp"
android:layout_height="match_parent"
android:layout_gravity="left"

android:background="#ffffff"
android:scrollbars="vertical">

</android.support.v7.widget.RecyclerView>


</android.support.v4.widget.DrawerLayout>
@@ -8,7 +8,7 @@
<color name="darkYellow">#E3AA00</color>
<color name="lightBlue">#00AAD9</color>
<color name="light_font">#FBFBFB</color>
<color name="grey_font">#E0E0E0</color>
<color name="grey_font">#BDBDBD</color>
<color name="text_shadow">#7F000000</color>
<color name="text_shadow_white">#FFFFFF</color>
<color name="lightindigo">#5C6BC0</color>
@@ -18,4 +18,5 @@
<color name="gold">#AD9532</color>
<color name="ColorPrimary">#2196F3</color>
<color name="ColorPrimaryDark">#1976D2</color>
<color name="shadow">#757575</color>
</resources>