mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 14:13:25 +00:00
rename cell resources
This commit is contained in:
10
src/Android/Resources/Resource.designer.cs
generated
10
src/Android/Resources/Resource.designer.cs
generated
@@ -6535,17 +6535,17 @@ namespace Bit.Droid
|
||||
public const int CTRL = 2131361850;
|
||||
|
||||
// aapt resource value: 0x7f0a00a8
|
||||
public const int CellAccessoryView = 2131361960;
|
||||
public const int CellAccessory = 2131361960;
|
||||
|
||||
// aapt resource value: 0x7f0a00a5
|
||||
public const int CellBody = 2131361957;
|
||||
|
||||
// aapt resource value: 0x7f0a00a6
|
||||
public const int CellContentStack = 2131361958;
|
||||
public const int CellContent = 2131361957;
|
||||
|
||||
// aapt resource value: 0x7f0a00a7
|
||||
public const int CellTitle = 2131361959;
|
||||
|
||||
// aapt resource value: 0x7f0a00a6
|
||||
public const int CellTitleContent = 2131361958;
|
||||
|
||||
// aapt resource value: 0x7f0a00a9
|
||||
public const int ContentCellBody = 2131361961;
|
||||
|
||||
|
||||
@@ -8,13 +8,14 @@
|
||||
android:paddingTop="4dp"
|
||||
android:paddingBottom="4dp">
|
||||
<LinearLayout
|
||||
android:id="@+id/CellBody"
|
||||
android:id="@+id/CellContent"
|
||||
android:orientation="vertical"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical">
|
||||
<LinearLayout
|
||||
android:id="@+id/CellContentStack"
|
||||
android:id="@+id/CellTitleContent"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -33,7 +34,7 @@
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/CellAccessoryView"
|
||||
android:id="@+id/CellAccessory"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user