SubwayTooter-Android-App/app/src/main/res/values/attrs.xml

97 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="colorLink" format="color"/>
<attr name="list_item_bg_pressed_dragged" format="color"/>
<!-- カラムヘッダ背景色、および一部ボタンの背景色 -->
<attr name="color_column_header" format="color"/>
<!-- 簡略表示のステータスボタンポップアップの背景色、投稿画面のフッタ/ヘッダの背景色 CWボタンなどの背景色 -->
<attr name="colorStatusButtonsPopupBg" format="color"/>
<!-- CWボタンの背景色 -->
<attr name="colorButtonBgCw" format="color"/>
<!-- イメージボタンの図柄の色 0xff000000 -->
<attr name="colorImageButton" format="color"/>
<!-- イメージボタンの図柄の色 ファボ済みなど 0xff0088ff-->
<attr name="colorImageButtonAccent" format="color"/>
<!-- リップルエフェクトの色 FF808080-->
<attr name="colorRippleEffect" format="color"/>
<!-- v21未満のボタンのselected/focused状態の色 #ff000080-->
<attr name="colorButtonSelected" format="color"/>
<!-- 投稿画面の返信表示の背景 #cccccc -->
<attr name="colorReplyBackground" format="color"/>
<!-- カラム一覧の削除UIの背景 #FF0000 -->
<attr name="colorColumnListDeleteBackground" format="color"/>
<!-- カラム一覧の削除UIの文字色 @android:color/white -->
<attr name="colorColumnListDeleteText" format="color"/>
<!-- カラム一覧のドラッグハンドルの背景色 #80cccccc -->
<attr name="colorColumnListDragHandleBackground" format="color"/>
<!-- カラム一覧の要素の文字色 #888888 -->
<attr name="colorColumnListItemText" format="color"/>
<!-- 日時の表記 #888888 -->
<attr name="colorTimeSmall" format="color"/>
<!-- 本文テキスト -->
<attr name="colorContentText" format="color"/>
<attr name="colorRefreshErrorBg" format="color"/>
<!-- プロフ背景を薄くするマスク #C0FFFFFF -->
<attr name="colorProfileBackgroundMask" format="color"/>
<!-- NSFWを隠す表示の背景色 #000 -->
<attr name="colorShowMediaBackground" format="color"/>
<!-- NSFWを隠す表示の文字色 #fff -->
<attr name="colorShowMediaText" format="color"/>
<!-- カラムヘッダAcctの文字色 #888 -->
<attr name="colorColumnHeaderAcct" format="color"/>
<!-- カラムヘッダページ番号の文字色 #888 -->
<attr name="colorColumnHeaderPageNumber" format="color"/>
<!-- カラムヘッダのカラム名の文字色 -->
<attr name="colorColumnHeaderName" format="color"/>
<!-- カラム設定の背景色 #ccc -->
<attr name="colorColumnSettingBackground" format="color"/>
<!-- カラム設定の背景色 #bee6ff -->
<attr name="colorSearchFormBackground" format="color"/>
<!-- 設定画面のdividerの色 #ddd -->
<attr name="colorSettingDivider" format="color"/>
<!-- カラム設定の正規表現フィルタのエラー表示 #f00 -->
<attr name="colorRegexFilterError" format="color"/>
<!-- 投稿画面のEditTextの下に引くFrameLayoutの背景 -->
<attr name="colorPostFormBackground" format="color"/>
<!-- カラムストリップの背景色 -->
<attr name="colorColumnStripBackground" format="color"/>
<!-- サムネイルの背景色 -->
<attr name="colorThumbnailBackground" format="color"/>
<!-- VectorDrawableのXMLに指定するfillColor -->
<attr name="colorVectorDrawable" format="color"/>
<!-- @drawable/window_background_light と @drawable/window_background に指定した色をgetAttributeColorで取得したい -->
<attr name="colorWindowBackground" format="color"/>
</resources>