Commit e8db0845 authored by fallenstardust's avatar fallenstardust

微调卡片详情布局

parent cc84830b
......@@ -205,7 +205,7 @@ public class CardListAdapter extends BaseRecyclerAdapterPlus<Card, BaseViewHolde
}
bindMenu(holder, position);
if (mItemBg) {
holder.setBackgroundResource(R.id.swipe_layout, R.drawable.blue);
holder.setBackgroundResource(R.id.swipe_layout, R.drawable.window2s);
}
}
}
......
......@@ -22,7 +22,7 @@
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:layout_weight="1"
android:background="@drawable/blue"
android:background="@drawable/window2"
android:orientation="vertical"
android:paddingLeft="10dp"
android:paddingRight="10dp"
......
......@@ -134,5 +134,10 @@
android:key="pref_key_test_replace_kernel"
android:persistent="true"
android:title="@string/settings_test_replace_kernel" />
<Preference
android:key=""
android:persistent="true"
android:title="" />
</PreferenceCategory>
</PreferenceScreen>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment