]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/drawable/domains_list_selector.xml
Implement a working two-paned mode for `DomainsActivity`.
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / domains_list_selector.xml
index 4d726a65150393c962f53fde04984f073b51b97c..254cc97489922b4627dc965a2c3af63d20b65c9d 100644 (file)
@@ -18,9 +18,9 @@
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- This selector changes the background of activated items in the domains `RecyclerView`. -->
+<!-- This selector changes the background of activated items in the domains `ListView`. -->
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item
         android:state_activated="true"
-        android:drawable="@color/blue_100" />
+        android:drawable="@color/blue_200" />
 </selector>
\ No newline at end of file