"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7313/android/app/src/main/res/values/styles.xml" (2 Jun 2023, 397 Bytes) of package /linux/misc/jitsi-meet-7313.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <resources>
    2     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    3         <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
    4         <item name="android:forceDarkAllowed">false</item>
    5         <item name="android:navigationBarColor">@color/navigationBarColor</item>
    6         <item name="android:windowDisablePreview">true</item>
    7    </style>
    8 </resources>