aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_user_flair.xml
blob: 2b21529aad7beeef895c614efdcef7e84cda885f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                        
                              








                                                                    
                                         






                                                     
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="?selectableItemBackground"
    android:clickable="true"
    android:focusable="true">

    <TextView
        android:id="@+id/user_flair_html_text_view_item_user_flair"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="center_vertical"
        android:padding="16dp"
        android:textColor="?attr/primaryTextColor"
        android:textSize="?attr/font_default"
        android:fontFamily="?attr/font_family" />

    <ImageView
        android:id="@+id/edit_user_flair_image_view_item_user_flair"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:layout_marginStart="16dp"
        android:padding="16dp"
        android:src="@drawable/ic_edit_24dp"
        android:background="?actionBarItemBackground"
        android:clickable="true"
        android:focusable="true" />

</LinearLayout>
Continue adding comment filter.Docile-Alligator2-2/+54 2023-10-16Start adding comment filter.Docile-Alligator5-0/+120 2023-10-15Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator4-32/+61 2023-10-15Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator2-1/+33 2023-10-15Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator6-15/+104 2023-10-15Prepare to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator5-19/+50 2023-10-14Start tweaking PostFilterPreferenceActivity.Docile-Alligator3-22/+42 2023-10-09Version 6.3.2.Docile-Alligator1-2/+2 2023-10-09Update theme preview.Docile-Alligator4-439/+353 2023-10-06Version 6.3.1 (only for Patreon version).Docile-Alligator1-2/+2 2023-10-05Version 6.3.0Docile-Alligator1-2/+2 2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ...Docile-Alligator5-6/+5 2023-10-04Load more items in a single call.Docile-Alligator3-31/+33 2023-10-04Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator9-37/+21 2023-10-04Set filled card view background color in MaterialYouUtils.Docile-Alligator1-0/+3 2023-10-04Sync subscriptions once every 24 hours.Docile-Alligator2-1/+9 2023-10-01Version 6.3.0-beta2.Docile-Alligator1-2/+2 2023-10-01Fix changing playback speed not working in ViewImgurVideoFragment and ViewRed...Docile-Alligator3-22/+41 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-16/+14 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-22/+30 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator3-9/+9 2023-09-23Changed video control UI.Docile-Alligator1-3/+3 2023-09-23Changed video control UI.Docile-Alligator5-48/+69 2023-09-22Start changing video control UI.Docile-Alligator16-108/+193