110
110
android : layout_height =" 1dp"
111
111
android : background =" @android:color/darker_gray" />
112
112
</LinearLayout >
113
+ <LinearLayout
114
+ android : id =" @+id/endpoint_type_layout"
115
+ android : layout_width =" match_parent"
116
+ android : paddingHorizontal =" 16dp"
117
+ android : background =" ?selectableItemBackground"
118
+ android : layout_height =" 80dp"
119
+ android : gravity =" center"
120
+ android : orientation =" vertical" >
121
+ <LinearLayout
122
+ android : layout_width =" match_parent"
123
+ android : layout_height =" wrap_content"
124
+ android : gravity =" end" >
125
+
126
+ <Spinner
127
+ android : id =" @+id/endpoint_type"
128
+ android : entries =" @array/endpointType"
129
+ android : layout_width =" 0dp"
130
+ android : layout_height =" wrap_content"
131
+ android : layout_weight =" 1" />
113
132
133
+ <TextView
134
+ android : layout_width =" wrap_content"
135
+ android : layout_height =" wrap_content"
136
+ android : fontFamily =" @font/shabnam"
137
+ android : minWidth =" 100dp"
138
+ android : text =" @string/endpointTypeText"
139
+ android : textAlignment =" viewEnd"
140
+ android : textColor =" @color/black"
141
+ android : textSize =" 20sp" />
142
+
143
+ </LinearLayout >
144
+
145
+ <TextView
146
+ android : layout_width =" match_parent"
147
+ android : layout_height =" wrap_content"
148
+ android : layout_marginTop =" 4dp"
149
+ android : fontFamily =" @font/shabnam"
150
+ android : text =" @string/endpointTypeTextDesc"
151
+ android : textColor =" #9A9A9A"
152
+ android : textSize =" 16sp" />
153
+ </LinearLayout >
114
154
<LinearLayout
115
155
android : id =" @+id/endpoint_layout"
116
156
android : layout_width =" match_parent"
647
687
648
688
649
689
</androidx .constraintlayout.widget.ConstraintLayout>
650
- </layout >
690
+ </layout >
0 commit comments