Skip to content

Commit

Permalink
releasing v10.0.3 for a potential support lib fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Nov 23, 2016
1 parent 9ccbcb8 commit c675a5f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.styleme.floating.toolbox.pro"
minSdkVersion 18
targetSdkVersion 25
versionCode 102
versionName "10.0.2"
versionCode 103
versionName "10.0.3"
buildConfigField "String", "FA_HOST", '"k0shk0sh.github.io/FastAccess"'
buildConfigField "String", "SHARED_URI", '"sharedUri"'
signingConfig signingConfigs.signing
Expand Down
54 changes: 54 additions & 0 deletions app/src/main/res/layouts/main_layouts/layout/whats_new_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,60 @@
android:layout_height="wrap_content"
android:orientation="vertical">

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Title.Inverse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:layout_marginTop="@dimen/spacing_xs_large"
android:background="@drawable/bottom_border"
android:text="Version 10.0.3"
android:textColor="@color/primary_light"/>

<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/spacing_xs_large"
android:layout_marginTop="@dimen/spacing_xs_large"
app:cardMaxElevation="@dimen/spacing_normal"
app:contentPaddingBottom="@dimen/spacing_xs_large"
app:contentPaddingTop="@dimen/spacing_xs_large">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:layout_marginBottom="@dimen/spacing_normal"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:drawablePadding="@dimen/spacing_xs_large"
android:drawableStart="@drawable/ic_dot"
android:text="(Improvement) Improved hidden animation when hiding folder."
android:textColor="@color/primary_text"/>

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Medium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start"
android:layout_marginBottom="@dimen/spacing_normal"
android:layout_marginEnd="@dimen/spacing_xs_large"
android:layout_marginStart="@dimen/spacing_xs_large"
android:drawablePadding="@dimen/spacing_xs_large"
android:drawableStart="@drawable/ic_dot"
android:text="(Fix) Fixed some bugs happen in some devices."
android:textColor="@color/primary_text"/>
</LinearLayout>
</android.support.v7.widget.CardView>

<com.fastaccess.ui.widgets.FontTextView
style="@style/TextAppearance.AppCompat.Title.Inverse"
android:layout_width="wrap_content"
Expand Down

0 comments on commit c675a5f

Please sign in to comment.