fix: changelog is not highlight anymore

This commit is contained in:
proletarius101 2024-03-16 16:56:59 +08:00
parent 35cb07709d
commit d92021fdac
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!--Top level DayNight theme to be used in AndroidManifest.xml-->
<style name="Theme.App" parent="Base.Theme.App">
<item name="appDetailsBackground">?android:windowBackground</item>
@ -28,7 +28,6 @@
<item name="mainTabSwapSplashTint">#2c2c2c</item>
<item name="categoryName">#ffffff</item>
<item name="installedApps">#ffffff</item>
<item name="detailPanel">?colorSurfaceContainerLow</item>
<item name="appListItem">#ffffff</item>
<item name="lightGrayTextColor">#a6a6a6</item>
<item name="antiFeaturesWarning">@drawable/ic_warning</item>

View File

@ -16,6 +16,7 @@
</style>
<!-- To preserve the UX before MD3 migration -->
<style name="Widget.App.CardView" parent="Widget.Material3.CardView.Elevated">
<item name="shapeAppearance">@style/ShapeAppearance.App.Card</item>
</style>

View File

@ -42,7 +42,7 @@
@drawable/category_preview_app_card_background_light
</item>
<item name="mainTabSwapBackground">#fafafa</item>
<item name="detailPanel">?colorSurfaceDim</item>
<item name="detailPanel">?attr/colorSurfaceContainerHighest</item>
<item name="antiFeaturesWarning">@drawable/ic_warning</item>
<item name="backButtonDrawable">@drawable/abc_ic_ab_back_material</item>
<item name="clearButtonDrawable">@drawable/ic_close</item>