Browse Source

updated code widget

Khubaib 1 year ago
parent
commit
ee38905a6a

BIN
app/release/fvpn_release_beta_1.0.5.apk


+ 6 - 0
app/src/main/res/drawable/round_shape.xml

@@ -0,0 +1,6 @@
+<!-- res/drawable/round_shape.xml -->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+    android:shape="oval">
+    <solid android:color="@android:color/transparent" />
+    <stroke android:width="2dp" android:color="#FFFFFF" />
+</shape>

+ 2 - 2
app/src/main/res/layout/simple_app_widget.xml

@@ -81,8 +81,8 @@
 
     <FrameLayout
         android:id="@+id/fl_ivCountry"
-        android:layout_width="45dp"
-        android:layout_height="35dp"
+        android:layout_width="40dp"
+        android:layout_height="32dp"
         android:clickable="false"
         android:focusable="false"
         android:layout_marginStart="10dp"