Use square not not borderless ripples on the replies popup bottons

multisite
Floens 10 years ago
parent 9aba2f127e
commit ba372c93ba
  1. 6
      Clover/app/src/main/res/layout/layout_post_replies.xml
  2. 6
      Clover/app/src/main/res/layout/layout_post_replies_bottombuttons.xml

@ -45,7 +45,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="?android:actionButtonStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/item_background">
<TextView
android:id="@+id/replies_back_icon"
@ -64,7 +65,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="?android:actionButtonStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/item_background">
<TextView
android:id="@+id/replies_close_icon"

@ -51,7 +51,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="?android:actionButtonStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/item_background">
<TextView
android:id="@+id/replies_back_icon"
@ -70,7 +71,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="?android:actionButtonStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
android:layout_weight="1"
android:background="@drawable/item_background">
<TextView
android:id="@+id/replies_close_icon"

Loading…
Cancel
Save