Infinity-For-Lemmy/app/src/main/res/values
2019-04-18 17:18:19 +08:00
..
colors.xml Display a thumbtack icon if the post is stickied on top. Display a gold icon and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately. 2018-08-24 10:38:37 +08:00
dimens.xml Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subreddits RecyclerView to lauch the ViewSubredditActivity. 2018-07-30 23:27:52 +08:00
drawables.xml First commit 2018-07-26 23:04:44 +08:00
strings.xml Fixed displaying wrong score when rapidly clicking vote buttons in PostRecyclerViewAdapter. 2019-04-18 17:18:19 +08:00
styles.xml Add a search view in MainActivity and add a SearchActivity. 2019-02-22 13:34:24 +08:00