11
অনুভূমিক লিনিয়ারলআউটে কীভাবে (উল্লম্ব) বিভাজক যুক্ত করবেন?
আমি একটি অনুভূমিক রৈখিক বিন্যাসে একটি বিভাজক যুক্ত করার চেষ্টা করছি কিন্তু কোথাও পাচ্ছি না। বিভাজকটি কেবল দেখায় না। আমি অ্যান্ড্রয়েড সহ মোট নবাগত। এটি আমার লেআউট এক্সএমএল: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" > <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/llTopBar" android:orientation="horizontal" android:divider="#00ff00" android:dividerPadding="22dip" android:showDividers="middle" > <Button android:layout_width="wrap_content" android:layout_height="match_parent" android:text="asdf" /> <Button …