Commit 3cab9ec1 authored by Tup's avatar Tup

Added a temporary pic lang for the sliding menu

parent 210a9bf5
...@@ -91,7 +91,7 @@ public class NavDrawerActivity extends AppCompatActivity ...@@ -91,7 +91,7 @@ public class NavDrawerActivity extends AppCompatActivity
c = getApplicationContext(); c = getApplicationContext();
File httpCacheDirectory = new File(this.getCacheDir(), "responses"); File httpCacheDirectory = new File(this.getCacheDir(), "responses");
int cacheSize = 10 * 1024 * 1024; // 10 MiB int cacheSize = 10 * 1024 * 1024; // 10MiB
Cache cache = new Cache(httpCacheDirectory, cacheSize); Cache cache = new Cache(httpCacheDirectory, cacheSize);
OkHttpClient client = new OkHttpClient().newBuilder() OkHttpClient client = new OkHttpClient().newBuilder()
......
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingTop="@dimen/nav_header_vertical_spacing" android:paddingTop="@dimen/nav_header_vertical_spacing"
app:srcCompat="@android:drawable/sym_def_app_icon" /> app:srcCompat="@drawable/temp_logo" />
</LinearLayout> </LinearLayout>
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