apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

Buttons in apptentive_about.xml being clipped #238

Closed davros1970 closed 2 years ago

davros1970 commented 2 years ago

Hi, the fixed button heights in apptentive_about.xml are getting clipped. Please fix.

                    <Button android:id="@+id/about_description_link"
                              android:layout_width="wrap_content"
                              android:layout_height="36dp"
                              android:layout_marginTop="16dp"
                              android:textAppearance="@style/Apptentive.TextAppearance.Body1"
                              style="@style/Apptentive.Widget.Button.Borderless"
                              android:textColor="?attr/colorPrimary"
                              android:text="@string/apptentive_about_description_link"/>
                    <Button android:id="@+id/privacy_link"
                              android:layout_width="wrap_content"
                              android:layout_height="36dp"
                              android:textAppearance="@style/Apptentive.TextAppearance.Body1"
                              style="@style/Apptentive.Widget.Button.Borderless"
                              android:textColor="?attr/colorPrimary"
                              android:text="@string/apptentive_about_privacy_link"/>

image

CaseyApptentive commented 2 years ago

Thanks for reaching out @davros1970. We'll take a look and follow up with you as soon as possible.

davros1970 commented 2 years ago

I'm sure this would be a duplicate of https://github.com/apptentive/apptentive-android/issues/202 as I'm seeing same clipping on those dialogs too.

CaseyApptentive commented 2 years ago

Closing this Issue in favor of #202.