Androidで点線/破線を作成するにはどうすればよいですか?
この例は、Androidで点線/破線を作成する方法を示しています。
ステップ1 -Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。
ステップ2 -次のコードをres/layout/activity_main.xmlに追加します。
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="https://schemas.android.com/apk/res/android" android:id="@+id/parent" xmlns:tools="https://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" android:gravity="center" android:background="#33FFFF00" android:orientation="vertical"> <TextView android:id="@+id/text" android:textSize="18sp" android:textAlignment="center" android:text="click to show toast at top" android:layout_width="match_parent" android:layout_height="wrap_content" /> <ImageView android:layout_width="match_parent" android:layout_marginTop="10dp" android:layout_height="5dp" android:src="@drawable/dotted" android:layerType="software" /> </LinearLayout>
上記のコードでは、画像ビューを含むテキストビューがあります。画像ビューには点線の背景が含まれています。したがって、以下に示すように、drawableでdotted.xmlを作成します-
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="https://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="@android:color/white" /> <stroke android:width="1dip" android:color="#4fa5d5"/> <padding android:bottom="10dp" android:left="10dp" android:right="10dp" android:top="10dp"/> </shape>
ステップ3 -次のコードをsrc/MainActivity.java
に追加しますpackage com.example.andy.myapplication; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; public class MainActivity extends AppCompatActivity { int view = R.layout.activity_main; TextView text; @RequiresApi(api = Build.VERSION_CODES.JELLY_BEAN) @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(view); text = findViewById(R.id.text); text.setText("Dotted line for text view "); } }
アプリケーションを実行してみましょう。実際のAndroidモバイルデバイスをコンピューターに接続していると思います。 android studioからアプリを実行するには、プロジェクトのアクティビティファイルの1つを開き、ツールバーの[実行]アイコンをクリックします。オプションとしてモバイルデバイスを選択し、デフォルトの画面を表示するモバイルデバイスを確認します-
上記の結果には点線が含まれています。
-
AndroidのTextViewでテキストを正当化する方法は?
この例は、AndroidのTextViewでテキストを正当化する方法を示しています。 ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。 ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="https://
-
MicrosoftWordに破線または点線を挿入する方法
Microsoft Word それがテーブルにもたらす機能の点で非常に強力です。高度なスペクトルの機能を含め、ほとんどの人がまだ学んでいない多くの機能があります。そのような機能の1つは、ドキュメントに点線を追加する機能です。 Wordに点線を挿入する方法 ご存知のように、Microsoft Wordに通常の線を追加するのは非常に簡単ですが、点線については同じことが言えません。この記事では、最も簡単な方法でそれを実行する方法について説明します。それを行うには複数の方法があるので、どれがあなたに最適かを読んで判断してください。 移動してドキュメントに線を挿入して描画します リボンのシェイプス