File tree Expand file tree Collapse file tree
features/home/src/main/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <item name =" colorSecondaryVariant" >@color/teal_700</item >
1111 <item name =" colorOnSecondary" >@color/black</item >
1212 <!-- Status bar color. -->
13- <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant </item >
13+ <item name =" android:statusBarColor" tools : targetApi =" l" >#BDBDBD </item >
1414 <!-- Customize your theme here. -->
1515 </style >
1616</resources >
Original file line number Diff line number Diff line change 99 <com .google.android.material.appbar.AppBarLayout
1010 android : id =" @+id/appbar"
1111 android : layout_width =" match_parent"
12+ android : elevation =" 5dp"
1213 android : layout_height =" wrap_content"
1314 android : theme =" @style/ThemeOverlay.AppCompat.Dark.ActionBar" >
1415
1516 <com .google.android.material.appbar.MaterialToolbar
1617 android : id =" @+id/toolbar"
1718 android : layout_width =" match_parent"
18- android : layout_height =" ?attr/actionBarSize" />
19+ android : layout_height =" ?attr/actionBarSize"
20+ android : background =" @color/white"
21+ app : titleTextColor =" @color/black" />
1922
2023 <com .google.android.material.tabs.TabLayout
2124 android : id =" @+id/tabLayout"
Original file line number Diff line number Diff line change 137137 android : layout_width =" wrap_content"
138138 android : layout_height =" wrap_content"
139139 android : layout_marginStart =" 8dp"
140+ android : layout_marginBottom =" 2dp"
140141 android : text =" @{item.bedrooms}"
141142 android : textColor =" @color/black"
142143 app : layout_constraintBottom_toBottomOf =" @id/ivBeds"
Original file line number Diff line number Diff line change 66 android : id =" @+id/menu_item_sort"
77 android : icon =" @drawable/ic_baseline_sort_24"
88 app : showAsAction =" always"
9+ app : iconTint =" @color/black"
910 android : title =" Sort" />
1011</menu >
You can’t perform that action at this time.
0 commit comments