• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[test](../index.md) / [C](./index.md)
2
3# C
4
5`open class C`
6
7```
8<Button
9      android:id="@+id/button_id"
10      android:layout_height="wrap_content"
11      android:layout_width="wrap_content"
12      android:text="@string/self_destruct" />
13```
14
15### Constructors
16
17| [&lt;init&gt;](-init-.md) | `C()`<br>
18
19```
20<Button
21      android:id="@+id/button_id"
22      android:layout_height="wrap_content"
23      android:layout_width="wrap_content"
24      android:text="@string/self_destruct" /><br>```
25<br> |
26
27