mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
dp/sp: More adjustments
This commit is contained in:
parent
214a786175
commit
78a47ca17b
@ -40,7 +40,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="3dp"
|
||||
android:textSize="14sp"
|
||||
android:textSize="12sp"
|
||||
android:text="Server"
|
||||
android:layout_weight="1" />
|
||||
</LinearLayout>
|
||||
|
@ -28,7 +28,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:id="@+id/message"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="12sp"
|
||||
android:padding="12dp"
|
||||
android:autoLink="all"
|
||||
android:linksClickable="true"
|
||||
android:text="<pocmo> Hello world!" />
|
||||
|
@ -40,12 +40,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Server"
|
||||
android:textSize="22dp" />
|
||||
android:textSize="18sp" />
|
||||
<TextView
|
||||
android:id="@+id/host"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="irc.example.com"
|
||||
android:textSize="14dp" />
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user