Skip to content

Commit

Permalink
Updated pro guard and added screen shots. Version 1.2.0 [FINAL]
Browse files Browse the repository at this point in the history
  • Loading branch information
xlogix committed May 6, 2017
1 parent ee83313 commit f4f358c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Binary file added ScreenShots/layout-2017-05-06-152902.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/layout-2017-05-06-153013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ScreenShots/layout-2017-05-06-153144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#-renamesourcefileattribute SourceFile

-dontwarn okio.**
-dontwarn retrofit2.Platform$Java8

-optimizations !field/removal/writeonly,!field/marking/private,!class/merging/*,!code/allocation/variable

Expand Down
5 changes: 2 additions & 3 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
Expand All @@ -11,6 +10,6 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="24sp"
android:text="Hello World! Writing some things..." />
android:text="Hello World! Writing some things..."
android:textSize="24sp" />
</RelativeLayout>
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_test_performance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

<android.support.design.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
android:layout_height="match_parent">

<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view_test_performance"
Expand Down

0 comments on commit f4f358c

Please sign in to comment.