Skip to content

Commit

Permalink
small things
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Mar 14, 2024
1 parent 342769e commit 12aad41
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
39 changes: 39 additions & 0 deletions app/src/main/res/layout/fragment_request_item_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,45 @@

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:layout_marginBottom="@dimen/content_padding"
android:layout_marginStart="@dimen/content_margin"
android:layout_marginEnd="@dimen/content_margin"
android:id="@+id/earlier_request_container2">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/content_margin"
android:layout_marginBottom="@dimen/content_padding"
android:layout_marginStart="@dimen/content_margin"
android:layout_marginEnd="@dimen/content_margin"
android:src="@drawable/ic_idea"
android:gravity="start"
android:orientation="horizontal" />

<TextView
android:id="@+id/earlier_request_title2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center_vertical"
android:layout_marginTop="@dimen/content_margin"
android:layout_marginBottom="@dimen/content_margin"
android:layout_marginEnd="@dimen/content_margin"
android:drawablePadding="@dimen/content_margin"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_content"
android:autoLink="web"
android:text="@string/third_message"
app:fontFamily="@font/medium"
android:focusable="true" />

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
After making 10 icon request the user will not be able to request again.
See "reset_icon_request_limit" option to learn how to reset the limit. -->
<integer name="icon_request_limit"></integer>
<integer name="icon_request_limit">1000</integer>

<!-- Reset regular icon request limit every update
IGNORE if "enable_icon_request_limit" option is disabled
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<string name="add_date_widget">Add date widget</string>
<string name="date_description">This is a date widget</string>
<string name="first_message">Please don\'t abuse the free request function, spam-attempts will be filtered out of the requests.</string>
<string name="second_message"> Check out Iconeration by Kaanelloed, an app that\'s able to generate missing icons for you: https://codeberg.org/kaanelloed/Iconeration/</string>
<string name="second_message">Check out Iconeration by Kaanelloed, an app that\'s able to generate missing icons for you: https://codeberg.org/kaanelloed/Iconeration/</string>
<string name="third_message">You can view the request queue here: https://arcticons-team.github.io/Arcticons/requests.html</string>
<string name="home_more_apps">Check other Arcticons apps.</string>

</resources>

0 comments on commit 12aad41

Please sign in to comment.