Reduce input area rounding

Stephen Paul Weber created

Change summary

src/cheogram/res/drawable/textsend.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

src/cheogram/res/drawable/textsend.xml 🔗

@@ -3,7 +3,7 @@
 	<corners
 		 	android:bottomLeftRadius="0dp"
 			android:bottomRightRadius="0dp"
-			android:topLeftRadius="30dp"
-			android:topRightRadius="30dp" />
+			android:topLeftRadius="20dp"
+			android:topRightRadius="20dp" />
 	<solid android:color="?color_background_primary" />
 </shape>