<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ak</title>
    <description>The latest articles on DEV Community by Ak (@akndmr).</description>
    <link>https://dev.to/akndmr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F133851%2Fdbcbeece-7e70-49b1-928a-96717850cc48.png</url>
      <title>DEV Community: Ak</title>
      <link>https://dev.to/akndmr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akndmr"/>
    <language>en</language>
    <item>
      <title>ColorPrefUtil library for Android</title>
      <dc:creator>Ak</dc:creator>
      <pubDate>Sun, 03 Feb 2019 02:49:47 +0000</pubDate>
      <link>https://dev.to/akndmr/colorprefutil-library-for-android-6f8</link>
      <guid>https://dev.to/akndmr/colorprefutil-library-for-android-6f8</guid>
      <description>&lt;p&gt;An open source Android color preference util library.&lt;/p&gt;

&lt;p&gt;Easily change theme and view/layout/icon/text colors or custom background drawables.&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/akndmr/ColorPrefUtil"&gt;Check it on Github&lt;/a&gt;&lt;/p&gt;

&lt;pre&gt;
  &lt;code class="java"&gt;

&lt;b&gt;Gradle&lt;/b&gt;

&lt;b&gt;Step 1. Add the JitPack repository to your build file&lt;/b&gt;

Add it in your root build.gradle at the end of repositories:

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }

&lt;b&gt;Step 2. Add the dependency&lt;/b&gt;

    dependencies {
            implementation 'com.github.akndmr:ColorPrefUtil:1.0.1'
    }
  &lt;/code&gt;
&lt;/pre&gt;

</description>
      <category>android</category>
      <category>colorpreference</category>
      <category>library</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
