|
23 | 23 | android:layout_width="match_parent" |
24 | 24 | android:layout_height="match_parent" |
25 | 25 | android:background="@color/white" |
26 | | - app:layoutDescription="@xml/fragment_idea_details_xml_constraintlayout3_scene5" |
| 26 | + app:layoutDescription="@xml/fragment_idea_details_xml_scene" |
27 | 27 | tools:context=".presentation.ui.fragments.IdeaDetailsFragment"> |
28 | 28 |
|
29 | 29 | <View |
|
45 | 45 | tools:subtitle="Boris Azazovsky" |
46 | 46 | tools:title="Reaction Alpha" /> |
47 | 47 |
|
48 | | - |
49 | | -<!-- <androidx.constraintlayout.widget.ConstraintLayout--> |
50 | | -<!-- android:id="@+id/appBar"--> |
51 | | -<!-- android:layout_width="match_parent"--> |
52 | | -<!-- android:layout_height="?attr/actionBarSize"--> |
53 | | -<!-- android:alpha="0"--> |
54 | | -<!-- android:background="@color/white"--> |
55 | | -<!-- android:padding="@dimen/margin_small"--> |
56 | | -<!-- app:layout_constraintTop_toTopOf="parent">--> |
57 | | - |
58 | | -<!-- <ImageView--> |
59 | | -<!-- android:id="@+id/backIcon"--> |
60 | | -<!-- android:layout_width="wrap_content"--> |
61 | | -<!-- android:layout_height="0dp"--> |
62 | | -<!-- android:layout_marginStart="@dimen/margin_default"--> |
63 | | -<!-- android:adjustViewBounds="true"--> |
64 | | -<!-- android:clickable="true"--> |
65 | | -<!-- android:focusable="true"--> |
66 | | -<!-- android:foreground="?attr/selectableItemBackground"--> |
67 | | -<!-- android:padding="@dimen/padding_small"--> |
68 | | -<!-- android:src="@drawable/ic_back"--> |
69 | | -<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
70 | | -<!-- app:layout_constraintDimensionRatio="1:1"--> |
71 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
72 | | -<!-- app:layout_constraintTop_toTopOf="parent"--> |
73 | | -<!-- android:background="@drawable/bg_rounded_24"--> |
74 | | -<!-- app:tint="@color/black"--> |
75 | | -<!-- android:contentDescription="@string/cd_author_avatar_default"--> |
76 | | -<!-- />--> |
77 | | - |
78 | | -<!-- <androidx.cardview.widget.CardView--> |
79 | | -<!-- android:id="@+id/userAvatar"--> |
80 | | -<!-- android:layout_width="wrap_content"--> |
81 | | -<!-- android:layout_height="match_parent"--> |
82 | | -<!-- android:layout_marginStart="@dimen/margin_default"--> |
83 | | -<!-- android:layout_marginTop="@dimen/margin_small"--> |
84 | | -<!-- android:layout_marginBottom="@dimen/margin_small"--> |
85 | | -<!-- android:clickable="true"--> |
86 | | -<!-- android:focusable="true"--> |
87 | | -<!-- android:foreground="?attr/selectableItemBackground"--> |
88 | | -<!-- app:cardCornerRadius="@dimen/corners_radius_small"--> |
89 | | -<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
90 | | -<!-- app:layout_constraintDimensionRatio="1:1"--> |
91 | | -<!-- app:layout_constraintStart_toEndOf="@+id/backIcon"--> |
92 | | -<!-- app:layout_constraintTop_toTopOf="parent"--> |
93 | | -<!-- app:cardElevation="0dp"--> |
94 | | -<!-- >--> |
95 | | - |
96 | | -<!-- <ImageView--> |
97 | | -<!-- android:id="@+id/userAvatarImage"--> |
98 | | -<!-- android:layout_width="match_parent"--> |
99 | | -<!-- android:layout_height="wrap_content"--> |
100 | | -<!-- android:adjustViewBounds="true"--> |
101 | | -<!-- android:scaleType="centerCrop"--> |
102 | | -<!-- tools:src="@raw/sample_image"--> |
103 | | -<!-- app:ideaThumbnailPhotoFromUser="@{alreadyLoadedInfo.ownerIdea.id}"--> |
104 | | -<!-- />--> |
105 | | -<!-- </androidx.cardview.widget.CardView>--> |
106 | | - |
107 | | -<!-- <LinearLayout--> |
108 | | -<!-- android:id="@+id/toolbarTitle"--> |
109 | | -<!-- android:layout_width="0dp"--> |
110 | | -<!-- android:layout_height="0dp"--> |
111 | | -<!-- android:layout_marginStart="@dimen/margin_default"--> |
112 | | -<!-- android:gravity="center_vertical"--> |
113 | | -<!-- android:orientation="vertical"--> |
114 | | -<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
115 | | -<!-- app:layout_constraintEnd_toStartOf="@+id/toolbarStatus"--> |
116 | | -<!-- app:layout_constraintStart_toEndOf="@+id/userAvatar"--> |
117 | | -<!-- app:layout_constraintTop_toTopOf="parent">--> |
118 | | - |
119 | | -<!-- <TextView--> |
120 | | -<!-- android:layout_width="wrap_content"--> |
121 | | -<!-- android:layout_height="wrap_content"--> |
122 | | -<!-- android:text="@{alreadyLoadedInfo.name}"--> |
123 | | -<!-- android:textColor="@color/black"--> |
124 | | -<!-- tools:text="@string/default_idea_title" />--> |
125 | | - |
126 | | -<!-- <TextView--> |
127 | | -<!-- android:layout_width="wrap_content"--> |
128 | | -<!-- android:layout_height="wrap_content"--> |
129 | | -<!-- android:text="@string/default_name" />--> |
130 | | - |
131 | | - |
132 | | -<!-- </LinearLayout>--> |
133 | | - |
134 | | -<!-- <ImageView--> |
135 | | -<!-- android:id="@+id/toolbarStatus"--> |
136 | | -<!-- android:layout_width="wrap_content"--> |
137 | | -<!-- android:layout_height="0dp"--> |
138 | | -<!-- android:layout_marginStart="@dimen/margin_default"--> |
139 | | -<!-- android:layout_marginEnd="@dimen/margin_default"--> |
140 | | -<!-- android:src="@drawable/ic_waiting_for_team"--> |
141 | | -<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
142 | | -<!-- app:layout_constraintDimensionRatio="1:1"--> |
143 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
144 | | -<!-- app:layout_constraintStart_toEndOf="@+id/toolbarTitle"--> |
145 | | -<!-- app:layout_constraintTop_toTopOf="parent" />--> |
146 | | - |
147 | | - |
148 | | -<!-- </androidx.constraintlayout.widget.ConstraintLayout>--> |
149 | | - |
150 | 48 | <TextView |
151 | 49 | android:id="@+id/updateDate" |
152 | 50 | android:layout_width="wrap_content" |
|
0 commit comments