aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_acknowledgement.xml
blob: 5e75d4924e86af65b1caa2cf1931478c3b935544 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                        



                                








                                                             
                                           




                                                                     

                                                

              
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingTop="16dp"
    android:paddingBottom="16dp"
    android:paddingStart="72dp"
    android:paddingEnd="16dp"
    android:clickable="true"
    android:focusable="true"
    android:background="?attr/selectableItemBackground">

    <TextView
        android:id="@+id/name_text_view_item_acknowledgement"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/primaryTextColor"
        android:textSize="?attr/font_16" />

    <TextView
        android:id="@+id/introduction_text_view_item_acknowledgement"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="8dp"
        android:textSize="?attr/font_default" />

</LinearLayout>
1315f0c6c8452ce85b57b1335e489cb3a518ee&follow=1'>Fix flair cannot be applied when submitting posts. Fix crash in FollowedUsers...Alex Ning7-12/+16 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30