Browse Source
eye candy and settings compatibility
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
8 changed files with
13 additions and
13 deletions
-
app/src/main/java/awais/instagrabber/utils/Constants.java
-
app/src/main/res/layout/fragment_direct_messages_inbox.xml
-
app/src/main/res/layout/fragment_discover.xml
-
app/src/main/res/layout/fragment_feed.xml
-
app/src/main/res/layout/fragment_hashtag.xml
-
app/src/main/res/layout/fragment_location.xml
-
app/src/main/res/layout/fragment_profile.xml
-
app/src/main/res/layout/item_highlight.xml
|
|
@ -6,9 +6,9 @@ public final class Constants { |
|
|
|
public static final String DATE_TIME_FORMAT = "date_time_format"; |
|
|
|
public static final String DATE_TIME_SELECTION = "date_time_selection"; |
|
|
|
public static final String CUSTOM_DATE_TIME_FORMAT = "date_time_custom_format"; |
|
|
|
public static final String APP_THEME = "app_theme_v19"; |
|
|
|
public static final String APP_LANGUAGE = "app_language_v19"; |
|
|
|
// int prefs |
|
|
|
public static final String APP_THEME = "app_theme"; |
|
|
|
public static final String APP_LANGUAGE = "app_language"; |
|
|
|
public static final String PREV_INSTALL_VERSION = "prevVersion"; |
|
|
|
// boolean prefs |
|
|
|
public static final String DOWNLOAD_USER_FOLDER = "download_user_folder"; |
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
|
android:id="@+id/swipeRefreshLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="?attr/colorOnPrimarySurface" |
|
|
|
android:background="?attr/colorSurface" |
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|
@ -5,12 +5,12 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:animateLayoutChanges="true" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/colorOnPrimarySurface" |
|
|
|
android:background="?attr/colorSurface" |
|
|
|
app:elevation="0dp"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.CollapsingToolbarLayout |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:animateLayoutChanges="true" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:id="@+id/stories_container" |
|
|
|
|
|
@ -4,13 +4,13 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:id="@+id/appBarLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.CollapsingToolbarLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
@ -4,13 +4,13 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:id="@+id/appBarLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.CollapsingToolbarLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
@ -4,13 +4,13 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.AppBarLayout |
|
|
|
android:id="@+id/appBarLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/colorOnPrimarySurface"> |
|
|
|
android:background="?attr/colorSurface"> |
|
|
|
|
|
|
|
<com.google.android.material.appbar.CollapsingToolbarLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="2dp" |
|
|
|
android:singleLine="true" |
|
|
|
android:textColor="?android:textColorPrimaryInverse" |
|
|
|
android:textColor="?attr/colorOnPrimarySurface" |
|
|
|
android:textStyle="bold" |
|
|
|
tools:text="@string/app_name" /> |
|
|
|
</LinearLayout> |