Skip to content

Commit

Permalink
made icons bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielcoderX authored and markpash committed Sep 5, 2024
1 parent cff6122 commit b52ab00
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 31 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
android:layout_height="48dp"
android:layout_marginTop="8dp">

<ImageView
<org.bepass.oblivion.component.Icon
android:id="@+id/back"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:background="?selectableItemBackgroundBorderless"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_log.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/back"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:background="?selectableItemBackgroundBorderless"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/info_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
app:icon_color="@color/icon_color"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
Expand All @@ -53,8 +53,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/bug_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginEnd="20dp"
android:layout_centerVertical="true"
app:icon_color="@color/icon_color"
Expand All @@ -66,8 +66,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/setting_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
app:icon_color="@color/icon_color"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
Expand Down
28 changes: 14 additions & 14 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/back"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:background="?selectableItemBackgroundBorderless"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
Expand Down Expand Up @@ -113,7 +113,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>
<LinearLayout
android:id="@+id/endpoint_type_layout"
Expand Down Expand Up @@ -219,7 +219,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -281,7 +281,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -330,7 +330,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>
<LinearLayout
android:id="@+id/proxy_mode_layout"
Expand Down Expand Up @@ -395,7 +395,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -462,7 +462,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -529,7 +529,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -596,7 +596,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -657,7 +657,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -720,7 +720,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>

<LinearLayout
Expand Down Expand Up @@ -785,7 +785,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>
<LinearLayout
android:id="@+id/reset_app_layout"
Expand Down Expand Up @@ -833,7 +833,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@android:color/darker_gray" />
android:background="@color/dark_gray" />
</LinearLayout>
</LinearLayout>
</ScrollView>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_split_tunnel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<org.bepass.oblivion.component.Icon
android:id="@+id/back"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="35dp"
android:layout_height="35dp"
android:background="?android:selectableItemBackground"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/bottom_sheet_endpoints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
android:textAlignment="center"
android:textColor="@color/text_color"
android:textSize="16dp"
android:textDirection="ltr"
android:layoutDirection="ltr"
android:hint="@string/content"
android:textColorHint="@color/text_color"/>
</LinearLayout>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_endpoint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ImageView
android:id="@+id/delIcon"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@android:drawable/ic_menu_close_clear_cancel" />
</LinearLayout>
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<color name="button_color">#ffa200</color>
<color name="gray">#D7D7D7</color>
<color name="status_bar_color">#1C202C</color>

<color name="dark_gray">#383A45</color>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<color name="button_color">#ffa200</color>
<color name="gray">#D7D7D7</color>
<color name="status_bar_color">#FFFFFFFF</color>

<color name="dark_gray">#AAAAAAAA</color>
</resources>

0 comments on commit b52ab00

Please sign in to comment.