Skip to content

Commit

Permalink
survey: smoother buttons (fixes #4970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Codes committed Jan 9, 2025
1 parent 516a848 commit b1c97fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/row_survey.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
android:id="@+id/start_survey"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/mainColor"
android:padding="@dimen/_4dp"
android:text="@string/take_survey"
android:theme="@style/AccentButton" />
</LinearLayout>
Expand Down

0 comments on commit b1c97fd

Please sign in to comment.