Skip to content

Commit

Permalink
Use increments of 2dp for icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Aug 24, 2024
1 parent d44f9f4 commit 1e16643
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,25 @@
<!-- Icon size (Android default is 48dp) -->
<string-array name="set_icon_size_dp_values">
<item>32</item>
<item>34</item>
<item>36</item>
<item>38</item>
<item>40</item>
<item>42</item>
<item>44</item>
<item>46</item>
<item>48</item>
<item>50</item>
<item>52</item>
<item>54</item>
<item>56</item>
<item>58</item>
<item>60</item>
<item>62</item>
<item>64</item>
<item>66</item>
<item>68</item>
<item>70</item>
<item>72</item>
</string-array>

Expand Down

0 comments on commit 1e16643

Please sign in to comment.